Skip to content
Snippets Groups Projects
Commit e24d3cc8 authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner: Remove notifier from QmlModelView


Change-Id: Ieee0fc5fc95832d6976f0c1397e0261164f317c3
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 444bc6c9
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,6 @@ public:
QmlItemNode rootQmlItemNode() const;
void modelAttached(Model *model) QTC_OVERRIDE;
void modelAboutToBeDetached(Model *model) QTC_OVERRIDE;
protected:
NodeInstance instanceForModelNode(const ModelNode &modelNode);
bool hasInstanceForModelNode(const ModelNode &modelNode);
......
......@@ -285,16 +285,6 @@ bool QmlModelView::hasInstanceForModelNode(const ModelNode &modelNode)
return nodeInstanceView() && nodeInstanceView()->hasInstanceForNode(modelNode);
}
void QmlModelView::modelAttached(Model *model)
{
AbstractView::modelAttached(model);
}
void QmlModelView::modelAboutToBeDetached(Model *model)
{
AbstractView::modelAboutToBeDetached(model);
}
ModelNode QmlModelView::createQmlState(const QmlDesigner::PropertyListType &propertyList)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment