IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactory

Change-Id: I92977422bf8088b53e920370737907d60cf8708b
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2014-05-26 16:58:50 +02:00
parent 857ebee2d5
commit 9356432305
52 changed files with 95 additions and 95 deletions

View File

@@ -185,7 +185,7 @@ QString BaseProjectWizardDialog::uniqueProjectName(const QString &path)
void BaseProjectWizardDialog::addExtensionPages(const QList<QWizardPage *> &wizardPageList)
{
foreach (QWizardPage *p,wizardPageList)
Core::BaseFileWizard::applyExtensionPageShortTitle(this, addPage(p));
Core::BaseFileWizardFactory::applyExtensionPageShortTitle(this, addPage(p));
}
QString BaseProjectWizardDialog::selectedPlatform() const