forked from qt-creator/qt-creator
IWizardFactory: Use Core::Id to identify a wizard
Change-Id: I9e1e9ce9a61d7d06a9869f309ed3089d843137a2 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -121,7 +121,7 @@ GenericProjectWizard::GenericProjectWizard()
|
||||
setIcon(icon);
|
||||
}
|
||||
setDisplayName(tr("Import Existing Project"));
|
||||
setId(QLatin1String("Z.Makefile"));
|
||||
setId("Z.Makefile");
|
||||
setDescription(tr("Imports existing projects that do not use qmake, CMake or Autotools. "
|
||||
"This allows you to use Qt Creator as a code editor."));
|
||||
setCategory(QLatin1String(ProjectExplorer::Constants::IMPORT_WIZARD_CATEGORY));
|
||||
|
||||
Reference in New Issue
Block a user