forked from qt-creator/qt-creator
Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
@@ -42,7 +42,7 @@ ConsoleAppWizardDialog::ConsoleAppWizardDialog(const QString &templateName,
|
||||
const QList<QWizardPage*> &extensionPages,
|
||||
QWidget *parent) :
|
||||
QWizard(parent),
|
||||
m_introPage(new Core::Utils::ProjectIntroPage),
|
||||
m_introPage(new Utils::ProjectIntroPage),
|
||||
m_modulesPage(new ModulesPage)
|
||||
{
|
||||
setWindowIcon(icon);
|
||||
|
||||
Reference in New Issue
Block a user