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

QmlDesigner.NodeInstances: Id getter and setter are now virtual

parent 04f3a379
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,8 @@ public:
virtual void reparent(const ObjectNodeInstance::Pointer &oldParentInstance, const QString &oldParentProperty, const ObjectNodeInstance::Pointer &newParentInstance, const QString &newParentProperty);
void setId(const QString &id);
QString id() const;
virtual void setId(const QString &id);
virtual QString id() const;
virtual bool isQmlGraphicsItem() const;
virtual bool isGraphicsObject() const;
......
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