forked from qt-creator/qt-creator
projectmanager: re-organize New Project categories
Change-Id: Ie549f9843db985018af380eb6105e136f21989f7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -43,9 +43,8 @@ namespace Internal {
|
||||
|
||||
EmptyProjectWizard::EmptyProjectWizard()
|
||||
: QtWizard(QLatin1String("U.Qt4Empty"),
|
||||
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_CATEGORY),
|
||||
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_TR_SCOPE),
|
||||
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_TR_CATEGORY),
|
||||
QLatin1String(ProjectExplorer::Constants::QT_PROJECT_WIZARD_CATEGORY),
|
||||
QLatin1String(ProjectExplorer::Constants::QT_PROJECT_WIZARD_CATEGORY_DISPLAY),
|
||||
tr("Empty Qt Project"),
|
||||
tr("Creates a qmake-based project without any files. This allows you to create "
|
||||
"an application without any default classes."),
|
||||
|
||||
Reference in New Issue
Block a user