Skip to content

Commit

Permalink
[dataflow][qtGui] improve contextual menu on node editor
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPaulin committed Nov 2, 2022
1 parent a284f66 commit 4023491
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Dataflow/QtGui/GraphEditor/GraphEditorView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ void GraphEditorView::buildAdapterRegistry( const NodeFactorySet& factories ) {
this->m_dataflowGraph->addFactory( creatorFactory );
return std::make_unique<NodeAdapterModel>( this->m_dataflowGraph, node );
},
factoryName.c_str(),
creator.second.c_str() );
}
}
Expand Down
1 change: 0 additions & 1 deletion src/Dataflow/QtGui/GraphEditor/GraphEditorView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class RA_DATAFLOW_API GraphEditorView : public QWidget
private:
std::vector<QMetaObject::Connection> connections;

// TODO, put all these as private data
QtNodes::FlowScene* scene { nullptr };
QtNodes::FlowView* view { nullptr };

Expand Down

0 comments on commit 4023491

Please sign in to comment.