OSDN Git Service

Get rid of virtual generatedProjectFilePath()
[qt-creator-jp/qt-creator-jp.git] / src / plugins / qt4projectmanager / wizards / guiappwizard.cpp
index 1b755b7..24e6344 100644 (file)
@@ -237,15 +237,6 @@ Core::GeneratedFiles GuiAppWizard::generateFiles(const QWizard *w,
     return rc;
 }
 
-QString GuiAppWizard::generatedProjectFilePath(const QWizard *w) const
-{
-    const GuiAppWizardDialog *dialog = qobject_cast<const GuiAppWizardDialog *>(w);
-    const QtProjectParameters projectParams = dialog->projectParameters();
-    const QString projectPath = projectParams.projectPath();
-
-    return buildFileName(projectPath, projectParams.fileName, profileSuffix());
-}
-
 bool GuiAppWizard::parametrizeTemplate(const QString &templatePath, const QString &templateName,
                                        const GuiAppParameters &params,
                                        QString *target, QString *errorMessage)