summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/integration/componentaction.h
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-02-06 13:12:55 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-02-06 13:14:43 +0100
commita17f96d42a9dda46d6cab3f594cdff36a8335cec (patch)
tree77ae81fd0e63056924b44a763d33f2750487c45a /src/plugins/qmldesigner/components/integration/componentaction.h
parent66ddcb54c28fc2d3a7f2e4cf928ea400daa52803 (diff)
downloadqt-creator-a17f96d42a9dda46d6cab3f594cdff36a8335cec.tar.gz
QmlDesigner: Fix crumble bar
Change-Id: I8eefba1b5b9839b28be5dbae379366714f40ed27 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/components/integration/componentaction.h')
-rw-r--r--src/plugins/qmldesigner/components/integration/componentaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/integration/componentaction.h b/src/plugins/qmldesigner/components/integration/componentaction.h
index 45df922140..d421d2f5da 100644
--- a/src/plugins/qmldesigner/components/integration/componentaction.h
+++ b/src/plugins/qmldesigner/components/integration/componentaction.h
@@ -63,6 +63,7 @@ public slots:
private:
QWeakPointer<ComponentView> m_componentView;
+ bool dontEmitCurrentComponentChanged;
};
} // namespace QmlDesigner