summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectfilewizardextension.h
diff options
context:
space:
mode:
authorJarek Kobus <jkobus@trolltech.com>2010-09-02 12:14:27 +0200
committerJarek Kobus <jkobus@trolltech.com>2010-09-02 12:15:23 +0200
commit8b2eeb9c5f7f909a7067270854619af708e25e22 (patch)
tree028fa0265310b8a739e402c03be042e9a7132854 /src/plugins/projectexplorer/projectfilewizardextension.h
parentf80c15123b78c99bb216908a5f7a2be0dd59cd73 (diff)
downloadqt-creator-8b2eeb9c5f7f909a7067270854619af708e25e22.tar.gz
Get rid of virtual generatedProjectFilePath()
Diffstat (limited to 'src/plugins/projectexplorer/projectfilewizardextension.h')
-rw-r--r--src/plugins/projectexplorer/projectfilewizardextension.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/projectexplorer/projectfilewizardextension.h b/src/plugins/projectexplorer/projectfilewizardextension.h
index 5c9dbe0d62..6c3d77c4bf 100644
--- a/src/plugins/projectexplorer/projectfilewizardextension.h
+++ b/src/plugins/projectexplorer/projectfilewizardextension.h
@@ -51,18 +51,15 @@ public:
virtual QList<QWizardPage *> extensionPages(const Core::IWizard *wizard);
virtual bool process(const QList<Core::GeneratedFile> &files,
- const QString &generatedProjectFilePath,
bool *removeOpenProjectAttribute, QString *errorMessage);
public slots:
- virtual void firstExtensionPageShown(const QList<Core::GeneratedFile> &files,
- const QString &generatedProjectFilePath);
+ virtual void firstExtensionPageShown(const QList<Core::GeneratedFile> &files);
private:
void initProjectChoices(const QString &generatedProjectFilePath);
void initializeVersionControlChoices();
bool processProject(const QList<Core::GeneratedFile> &files,
- const QString &generatedProjectFilePath,
bool *removeOpenProjectAttribute, QString *errorMessage);
bool processVersionControl(const QList<Core::GeneratedFile> &files, QString *errorMessage);