aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectfilewizardextension.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-07-11 14:42:23 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-07-15 12:56:18 +0200
commitdd0032c83d633125d583ab341aa0d59a7b6d5e00 (patch)
tree4b748521dcdc84bee020333e9b7a114d18ff7471 /src/plugins/projectexplorer/projectfilewizardextension.h
parent57a09d8cecf8a928ad1811be7594e37d5a7339b5 (diff)
ProjectWizardPage: Refactor code a little
Move functionality from the projectfilewizardextension into the projectwizardpage itself and reduce the size of the context shared between the extension and the page to a bare minimum. Change-Id: I785fc103ea7d12e1da4bfdaf1d4664ed83a9989b Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectfilewizardextension.h')
-rw-r--r--src/plugins/projectexplorer/projectfilewizardextension.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/projectfilewizardextension.h b/src/plugins/projectexplorer/projectfilewizardextension.h
index a12f8dc0ff..0afbf31e18 100644
--- a/src/plugins/projectexplorer/projectfilewizardextension.h
+++ b/src/plugins/projectexplorer/projectfilewizardextension.h
@@ -55,12 +55,10 @@ public:
public slots:
void firstExtensionPageShown(const QList<Core::GeneratedFile> &files, const QVariantMap &extraValues);
- void initializeVersionControlChoices();
private:
bool processProject(const QList<Core::GeneratedFile> &files,
bool *removeOpenProjectAttribute, QString *errorMessage);
- bool processVersionControl(const QList<Core::GeneratedFile> &files, QString *errorMessage);
ProjectWizardContext *m_context;
};