forked from qt-creator/qt-creator
QmlDesigner.Model: add support for custom parser types
This patch enables us to create objects with custom parsers like ListModel and XmlListModel.
This commit is contained in:
@@ -235,6 +235,11 @@ void NavigatorView::instancesChildrenChanged(const QVector<ModelNode> &/*nodeLis
|
||||
|
||||
}
|
||||
|
||||
void NavigatorView::customParserSourceChanged(const ModelNode &, const QString & /*newCustomParserSource*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void NavigatorView::rewriterBeginTransaction()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user