summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/formeditor/resizetool.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/resizetool.h
parent036ab272b84accd3adeccbd380d4690c1f17202b (diff)
downloadqt-creator-480d014b44e60d071ce3573ac2e418c158187c4d.tar.gz
QmlDesigner: Add AnchorIndicator
Change-Id: I0cd4b3c9dc0178936ffd96d8acb443ce1a228d1f Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/components/formeditor/resizetool.h')
-rw-r--r--src/plugins/qmldesigner/components/formeditor/resizetool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/resizetool.h b/src/plugins/qmldesigner/components/formeditor/resizetool.h
index a8d3f9a645..81954b5e67 100644
--- a/src/plugins/qmldesigner/components/formeditor/resizetool.h
+++ b/src/plugins/qmldesigner/components/formeditor/resizetool.h
@@ -33,6 +33,7 @@
#include "abstractformeditortool.h"
#include "selectionindicator.h"
#include "resizeindicator.h"
+#include "anchorindicator.h"
#include "resizemanipulator.h"
@@ -77,6 +78,7 @@ public:
private:
SelectionIndicator m_selectionIndicator;
ResizeIndicator m_resizeIndicator;
+ AnchorIndicator m_anchorIndicator;
ResizeManipulator m_resizeManipulator;
};