aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectfilewizardextension.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-04-15 17:43:44 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2011-04-15 17:45:34 +0200
commitbcd8740a6ef328ef13bd6852995f6c0986df07e0 (patch)
tree3a5018b39d734284bef5e18e4ff1556902f99df5 /src/plugins/projectexplorer/projectfilewizardextension.h
parent51cbd001e89e3ec22a4776d1d3f41266d5973e81 (diff)
VCS: Notify project wizard about config changes
... and have the project wizard update the available VCS. Task-number: QTCREATORBUG-4423
Diffstat (limited to 'src/plugins/projectexplorer/projectfilewizardextension.h')
-rw-r--r--src/plugins/projectexplorer/projectfilewizardextension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectfilewizardextension.h b/src/plugins/projectexplorer/projectfilewizardextension.h
index 436b8afeb3..2ca54b4d32 100644
--- a/src/plugins/projectexplorer/projectfilewizardextension.h
+++ b/src/plugins/projectexplorer/projectfilewizardextension.h
@@ -54,10 +54,10 @@ public:
public slots:
void firstExtensionPageShown(const QList<Core::GeneratedFile> &files);
+ void initializeVersionControlChoices();
private:
void initProjectChoices(const QString &generatedProjectFilePath);
- void initializeVersionControlChoices();
bool processProject(const QList<Core::GeneratedFile> &files,
bool *removeOpenProjectAttribute, QString *errorMessage);
bool processVersionControl(const QList<Core::GeneratedFile> &files, QString *errorMessage);