aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/shortcutmanager.h
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2017-01-19 09:29:20 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2017-01-19 08:31:30 +0000
commitf11ade3353e58296bdd34c5348aa403caacaeff9 (patch)
treef4ce1118b53b66b1e96711cb6fdac4de350af088 /src/plugins/qmldesigner/shortcutmanager.h
parentc8bd3425979eefea5043449bb43e33f89fd9b7f3 (diff)
QmlDesigner: Implementing exporting QML file as image
Task-number: QTCREATORBUG-11494 Change-Id: Ifcfef6f9434637c0be0a727d9f80dfed1ef1c11b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/shortcutmanager.h')
-rw-r--r--src/plugins/qmldesigner/shortcutmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/shortcutmanager.h b/src/plugins/qmldesigner/shortcutmanager.h
index 310b08d69c..c24e2dc3d9 100644
--- a/src/plugins/qmldesigner/shortcutmanager.h
+++ b/src/plugins/qmldesigner/shortcutmanager.h
@@ -76,6 +76,7 @@ private:
QAction m_revertToSavedAction;
QAction m_saveAction;
QAction m_saveAsAction;
+ QAction m_exportAsImageAction;
QAction m_closeCurrentEditorAction;
QAction m_closeAllEditorsAction;
QAction m_closeOtherEditorsAction;