forked from qt-creator/qt-creator
QmlDesigner: Prepare composition model for adding a node
Change-Id: If4d7fda3956ce4e7f6060e827329b1e8698d5b2f Reviewed-by: Amr Elsayed <amr.elsayed@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
@@ -99,13 +99,9 @@ QPointer<EffectMakerNodesModel> EffectMakerWidget::effectMakerNodesModel() const
|
||||
return m_effectMakerNodesModel;
|
||||
}
|
||||
|
||||
void EffectMakerWidget::addEffectNode(const QString &nodeName)
|
||||
void EffectMakerWidget::addEffectNode(const QString &nodeQenPath)
|
||||
{
|
||||
Q_UNUSED(nodeName)
|
||||
|
||||
// TODO: implement adding a node to the composition
|
||||
// TODO: nodeName might be changed to nodeId?
|
||||
// m_effectMakerModel.addNode(nodeName);
|
||||
m_effectMakerModel->addNode(nodeQenPath);
|
||||
}
|
||||
|
||||
void EffectMakerWidget::focusSection(int section)
|
||||
|
||||
Reference in New Issue
Block a user