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

@@ -137,15 +137,5 @@ Core::GeneratedFiles LibraryWizard::generateFiles(const QWizard *w,
return rc;
}
QString LibraryWizard::generatedProjectFilePath(const QWizard *w) const
{
const LibraryWizardDialog *dialog = qobject_cast<const LibraryWizardDialog *>(w);
const QtProjectParameters projectParams = dialog->parameters();
const QString projectPath = projectParams.projectPath();
return buildFileName(projectPath, projectParams.fileName, profileSuffix());
}
} // namespace Internal
} // namespace Qt4ProjectManager