Get rid of virtual generatedProjectFilePath()

This commit is contained in:
Jarek Kobus
2010-09-02 12:14:27 +02:00
parent f80c15123b
commit 8b2eeb9c5f
21 changed files with 20 additions and 118 deletions

View File

@@ -104,14 +104,5 @@ Core::GeneratedFiles
return Core::GeneratedFiles() << source << profile;
}
QString ConsoleAppWizard::generatedProjectFilePath(const QWizard *w) const
{
const ConsoleAppWizardDialog *wizard = qobject_cast< const ConsoleAppWizardDialog *>(w);
const QtProjectParameters params = wizard->parameters();
const QString projectPath = params.projectPath();
return Core::BaseFileWizard::buildFileName(projectPath, params.fileName, profileSuffix());
}
} // namespace Internal
} // namespace Qt4ProjectManager