summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-03-07 17:04:11 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-03-25 13:36:01 +0100
commit26283cdb67b81f99605539af44c794b099f4b2b9 (patch)
tree6eef1ff35bc23092dc95d47adfa500799730feef /src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
parent6eadc8994d9f38df60e000a5efd59024950ad9fb (diff)
downloadqt-creator-26283cdb67b81f99605539af44c794b099f4b2b9.tar.gz
QmlDesigner: Add registration of additional views.
Change-Id: I48aff6a1a94ca3c0bcd8b0689333b6acad7d35cd Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit 81341a865928401edacafc248d242a7b14befbbc) Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/components/stateseditor/stateseditorview.h')
-rw-r--r--src/plugins/qmldesigner/components/stateseditor/stateseditorview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h b/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
index ac8dcfa006..73dca2487b 100644
--- a/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
+++ b/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
@@ -75,6 +75,8 @@ public:
void instancesPreviewImageChanged(const QVector<ModelNode> &nodeList);
QWidget *widget();
+ WidgetInfo widgetInfo();
+
public slots:
void synchonizeCurrentStateFromWidget();