aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/formeditor/movetool.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-03-18 14:24:14 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-03-25 13:46:57 +0100
commit95da38c5b09282c66f907c03ab5d15fed90c82d8 (patch)
treedb481c8c4a91498e4220733b50fb97d86a979b76 /src/plugins/qmldesigner/components/formeditor/movetool.h
parent7a5c8b3fcccd2db08ede727f4ab56d8ac12ebd1f (diff)
QmlDesigner.FormEditor: Add instancePropertyChange to tools
Change-Id: Ibd2e30f97117ec2c20240e115e57f387fd220686 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit 0edde8f83e290f4ad736813b8740bb3fdbe742b2) Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/components/formeditor/movetool.h')
-rw-r--r--src/plugins/qmldesigner/components/formeditor/movetool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/movetool.h b/src/plugins/qmldesigner/components/formeditor/movetool.h
index c078393091..e9609a8471 100644
--- a/src/plugins/qmldesigner/components/formeditor/movetool.h
+++ b/src/plugins/qmldesigner/components/formeditor/movetool.h
@@ -69,6 +69,7 @@ public:
void instancesCompleted(const QList<FormEditorItem*> &itemList);
void instancesParentChanged(const QList<FormEditorItem *> &itemList);
+ void instancePropertyChange(const QList<QPair<ModelNode, PropertyName> > &propertyList) QTC_OVERRIDE;
void updateMoveManipulator();