aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/formeditor/movetool.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-08-29 14:45:20 +0200
committerMarco Bubke <marco.bubke@digia.com>2013-09-03 11:47:05 +0200
commit480d014b44e60d071ce3573ac2e418c158187c4d (patch)
tree0d3b9e73c60793579269bb6d86f10f31b9b1fabc /src/plugins/qmldesigner/components/formeditor/movetool.h
parent036ab272b84accd3adeccbd380d4690c1f17202b (diff)
QmlDesigner: Add AnchorIndicator
Change-Id: I0cd4b3c9dc0178936ffd96d8acb443ce1a228d1f 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 2611219b60..e767cfa51b 100644
--- a/src/plugins/qmldesigner/components/formeditor/movetool.h
+++ b/src/plugins/qmldesigner/components/formeditor/movetool.h
@@ -34,6 +34,7 @@
#include "movemanipulator.h"
#include "selectionindicator.h"
#include "resizeindicator.h"
+#include "anchorindicator.h"
namespace QmlDesigner {
@@ -93,6 +94,7 @@ private:
MoveManipulator m_moveManipulator;
SelectionIndicator m_selectionIndicator;
ResizeIndicator m_resizeIndicator;
+ AnchorIndicator m_anchorIndicator;
QList<FormEditorItem*> m_movingItems;
};