aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectwizardpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/projectwizardpage.h')
-rw-r--r--src/plugins/projectexplorer/projectwizardpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectwizardpage.h b/src/plugins/projectexplorer/projectwizardpage.h
index ce4f77d625..1516a87cfe 100644
--- a/src/plugins/projectexplorer/projectwizardpage.h
+++ b/src/plugins/projectexplorer/projectwizardpage.h
@@ -95,7 +95,7 @@ private:
Ui::WizardPage *m_ui;
QStringList m_projectToolTips;
- Utils::TreeModel<> *m_model = nullptr;
+ Utils::TreeModel<> m_model;
QList<Core::IVersionControl*> m_activeVersionControls;
QString m_commonDirectory;