From 480d014b44e60d071ce3573ac2e418c158187c4d Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Thu, 29 Aug 2013 14:45:20 +0200 Subject: QmlDesigner: Add AnchorIndicator Change-Id: I0cd4b3c9dc0178936ffd96d8acb443ce1a228d1f Reviewed-by: Thomas Hartmann --- src/plugins/qmldesigner/components/formeditor/resizetool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/qmldesigner/components/formeditor/resizetool.h') 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; }; -- cgit v1.2.1