Update Wizards to new signature

Seems like I missed some the first time round. Sorry for that!
This commit is contained in:
Tobias Hunger
2010-02-18 16:10:56 +01:00
parent cdf2ec6f11
commit 93d3205459
6 changed files with 9 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ protected:
virtual Core::GeneratedFiles generateFiles(const QWizard *w,
QString *errorMessage) const;
virtual bool postGenerateFiles(const Core::GeneratedFiles &l, QString *errorMessage);
virtual bool postGenerateFiles(const QWizard *w, const Core::GeneratedFiles &l, QString *errorMessage);
bool isValidDir(const QFileInfo &fileInfo) const;