aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/shortcutmanager.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2017-01-23 17:42:26 +0100
committerTim Jenssen <tim.jenssen@qt.io>2017-01-27 13:17:05 +0000
commit946d66b5004e4a778457a678002b062e72f9ad73 (patch)
tree8c195d3105b3eafb78ac848393eaf0aa17b33d18 /src/plugins/qmldesigner/shortcutmanager.h
parent6b3df5269052bf5f079664dbd894868c9d54691e (diff)
QmlDesigner: refactor setup/integration code
- moved switchTextFormAction to shortcut manager - renamed createDesignModeWidget - remove unncessary DesignerSettingsKey::TEXTEDIT_IN_DESIGNMODE (supporting it in future would be too much effort) - using delayed registration inside QtCreator (which does not bring more speed, but more time for the codemodel in case of opening a qml.ui file directly) Change-Id: I1fd05f161e4bf4659c5a2fb09705b1f67d6f8e36 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 355de82cfc..6636bb93e4 100644
--- a/src/plugins/qmldesigner/shortcutmanager.h
+++ b/src/plugins/qmldesigner/shortcutmanager.h
@@ -93,6 +93,7 @@ private:
QAction m_toggleLeftSidebarAction;
QAction m_toggleRightSidebarAction;
QAction m_goIntoComponentAction;
+ QAction m_switchTextFormAction;
QAction m_escapeAction;
};