Add target selection wizard to Qt4 projects

This commit is contained in:
Tobias Hunger
2010-02-17 16:18:21 +01:00
parent efe3ac597a
commit 1ff0a7e03a
17 changed files with 357 additions and 44 deletions

View File

@@ -187,7 +187,7 @@ protected:
/* Overwrite to perform steps to be done after files are actually created.
* The default implementation opens editors with the newly generated files. */
virtual bool postGenerateFiles(const GeneratedFiles &l, QString *errorMessage);
virtual bool postGenerateFiles(const QWizard *w, const GeneratedFiles &l, QString *errorMessage);
// Utility that returns the preferred suffix for a mime type
static QString preferredSuffix(const QString &mimeType);