forked from qt-creator/qt-creator
IWizardFactory: Remove class wizard kind
Map existing class wizards to file wizards. The separation has never been clean anyway. Now "file" wizards create one or more files, "project" wizards create a complete project (something that can be opened as a project in Qt Creator). Change-Id: I0562f26019b54a59d46814a13a0b2fa8995c3e0f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -226,7 +226,6 @@ const char WIZARD_CATEGORY_QT[] = "R.Qt";
|
||||
const char WIZARD_TR_CATEGORY_QT[] = QT_TRANSLATE_NOOP("Core", "Qt");
|
||||
const char WIZARD_KIND_UNKNOWN[] = "unknown";
|
||||
const char WIZARD_KIND_PROJECT[] = "project";
|
||||
const char WIZARD_KIND_CLASS[] = "class";
|
||||
const char WIZARD_KIND_FILE[] = "file";
|
||||
|
||||
const char SETTINGS_CATEGORY_CORE[] = "A.Core";
|
||||
|
||||
Reference in New Issue
Block a user