Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/sofa/qt/dataGraph/SofaComponentNodeModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ using QtNodes::NodeDataModel;
using QtNodes::PortType;
using QtNodes::PortIndex;

namespace sofa::core::objectmodel
{
class BaseObject;
class BaseData;
} // namespace sofa::core::objectmodel
#include <sofa/core/fwd.h>

/// The class can potentially incapsulate any user data which
/// need to be transferred within the Node Editor graph
Expand Down
Loading