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:
@@ -45,7 +45,7 @@ namespace Internal {
|
||||
|
||||
CustomWidgetWizard::CustomWidgetWizard()
|
||||
{
|
||||
setId(QLatin1String("P.Qt4CustomWidget"));
|
||||
setId("P.Qt4CustomWidget");
|
||||
setCategory(QLatin1String(ProjectExplorer::Constants::QT_PROJECT_WIZARD_CATEGORY));
|
||||
setDisplayCategory(QCoreApplication::translate("ProjectExplorer",
|
||||
ProjectExplorer::Constants::QT_PROJECT_WIZARD_CATEGORY_DISPLAY));
|
||||
|
||||
Reference in New Issue
Block a user