forked from qt-creator/qt-creator
QmlDesigner: Add notifier for state change
This commit is contained in:
@@ -82,6 +82,8 @@ public:
|
||||
void rewriterBeginTransaction();
|
||||
void rewriterEndTransaction();
|
||||
|
||||
void actualStateChanged(const ModelNode &node);
|
||||
|
||||
void selectedNodesChanged(const QList<ModelNode> &selectedNodeList,
|
||||
const QList<ModelNode> &lastSelectedNodeList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user