aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/formeditor/movetool.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-09-17 14:43:24 +0200
committerMarco Bubke <marco.bubke@digia.com>2013-09-18 13:19:38 +0200
commit3130aacc82c29b1435de7ec93b5266872b66ce7a (patch)
treef52f6c7c586caab748faf54bc012f580b1759d8d /src/plugins/qmldesigner/components/formeditor/movetool.h
parent2d8c0dd4804a841c3f0649aecb16f44beeb78467 (diff)
QmlDesigner: Add ContentNotEditableIndicator
If you hover over a tab the content will be visulized as non editable. Change-Id: If7fcc8aaa319e0f952f501f6e9e2fc767b89b636 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/movetool.h b/src/plugins/qmldesigner/components/formeditor/movetool.h
index 6a498d7d2c..0b5a9ac2a4 100644
--- a/src/plugins/qmldesigner/components/formeditor/movetool.h
+++ b/src/plugins/qmldesigner/components/formeditor/movetool.h
@@ -36,7 +36,7 @@
#include "resizeindicator.h"
#include "anchorindicator.h"
#include "bindingindicator.h"
-
+#include "contentnoteditableindicator.h"
namespace QmlDesigner {
@@ -97,6 +97,7 @@ private:
ResizeIndicator m_resizeIndicator;
AnchorIndicator m_anchorIndicator;
BindingIndicator m_bindingIndicator;
+ ContentNotEditableIndicator m_contentNotEditableIndicator;
QList<FormEditorItem*> m_movingItems;
};