forked from qt-creator/qt-creator
QmlDesigner: Add component complete feature
This notifies the views if the instance has be really instanced.
This commit is contained in:
@@ -198,6 +198,10 @@ void NavigatorView::instancePropertyChange(const QList<QPair<ModelNode, QString>
|
||||
{
|
||||
}
|
||||
|
||||
void NavigatorView::instancesCompleted(const QVector<ModelNode> &/*completedNodeList*/)
|
||||
{
|
||||
}
|
||||
|
||||
void NavigatorView::nodeOrderChanged(const NodeListProperty &listProperty, const ModelNode &node, int oldIndex)
|
||||
{
|
||||
if (m_treeModel->isInTree(node))
|
||||
|
||||
Reference in New Issue
Block a user