forked from qt-creator/qt-creator
Add script function to the model
This is needed to suppert inline script function of Qml in the designer
This commit is contained in:
@@ -186,6 +186,11 @@ void NavigatorView::auxiliaryDataChanged(const ModelNode &node, const QString &
|
||||
}
|
||||
}
|
||||
|
||||
void NavigatorView::scriptFunctionsChanged(const ModelNode &/*node*/, const QStringList &/*scriptFunctionList*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void NavigatorView::nodeOrderChanged(const NodeListProperty &/*listProperty*/, const ModelNode &node, int /*oldIndex*/)
|
||||
{
|
||||
if (m_treeModel->isInTree(node))
|
||||
|
||||
Reference in New Issue
Block a user