Wizards: Add a simple wizard for unit tests.

This commit is contained in:
Friedemann Kleint
2009-12-16 14:19:34 +01:00
parent c04ece5308
commit b9927f9998
15 changed files with 800 additions and 15 deletions

View File

@@ -190,7 +190,7 @@ protected:
virtual bool postGenerateFiles(const GeneratedFiles &l, QString *errorMessage);
// Utility that returns the preferred suffix for a mime type
QString preferredSuffix(const QString &mimeType) const;
static QString preferredSuffix(const QString &mimeType);
// Utility that performs an overwrite check on a set of files. It checks if
// the file exists, can be overwritten at all and prompts the user.