aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/formeditor/movetool.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-09-03 18:00:10 +0200
committerMarco Bubke <marco.bubke@digia.com>2013-09-04 15:12:22 +0200
commit32ddd2b308234d02998890db7a323c956c4adc15 (patch)
tree28a9d19c4cc3003ed72572839974a1bf78e05393 /src/plugins/qmldesigner/components/formeditor/movetool.h
parentdd742afd7156ae7b0a5fd88e3cf90ab64ad0a19a (diff)
QmlDesigner: Add BindingIndicator
Change-Id: I46a763f87e19114e223b9eb897cbb89cf1f4c3d5 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/components/formeditor/movetool.h')
-rw-r--r--src/plugins/qmldesigner/components/formeditor/movetool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/movetool.h b/src/plugins/qmldesigner/components/formeditor/movetool.h
index e767cfa51b..6a498d7d2c 100644
--- a/src/plugins/qmldesigner/components/formeditor/movetool.h
+++ b/src/plugins/qmldesigner/components/formeditor/movetool.h
@@ -35,6 +35,7 @@
#include "selectionindicator.h"
#include "resizeindicator.h"
#include "anchorindicator.h"
+#include "bindingindicator.h"
namespace QmlDesigner {
@@ -95,6 +96,7 @@ private:
SelectionIndicator m_selectionIndicator;
ResizeIndicator m_resizeIndicator;
AnchorIndicator m_anchorIndicator;
+ BindingIndicator m_bindingIndicator;
QList<FormEditorItem*> m_movingItems;
};