aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtsupportconstants.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2015-05-15 17:01:55 +0200
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2015-05-18 13:00:17 +0000
commit8c1b8239f4386104e2b38645ca3fd388e908a124 (patch)
treea237f73f9fa0f94638c62dde067687cf54d972f8 /src/plugins/qtsupport/qtsupportconstants.h
parent039a29d50d137ef89537efb9d40164df7eef1bae (diff)
QmlProjectManager: Qt Quick UI templates via json wizard
Using the new .json wizard engine allows us to get rid of much old custom wizard logic. As additional benefit for the end user of Qt Creator, the .qml.ui split is now optional. Change-Id: Ic6d35e650cf0a7735cdfac9080f95015309a5879 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/plugins/qtsupport/qtsupportconstants.h')
-rw-r--r--src/plugins/qtsupport/qtsupportconstants.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/qtsupport/qtsupportconstants.h b/src/plugins/qtsupport/qtsupportconstants.h
index 2e0442a8b9a..941a58d8f54 100644
--- a/src/plugins/qtsupport/qtsupportconstants.h
+++ b/src/plugins/qtsupport/qtsupportconstants.h
@@ -93,11 +93,6 @@ const char WINDOWS_PHONE_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "Windows
const char ANDROID_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "Android");
const char IOS_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "iOS");
-// QML wizard icon
-// both the qmakeprojectmanager and the qmlprojectmanager do have qt quick wizards
-// so we define the icon here
-const char QML_WIZARD_ICON[] = ":/qmlproject/images/qml_wizard.png";
-
const char ICON_QT_PROJECT[] = ":/qtsupport/images/qt_project.png";
} // namepsace Constants