aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/qtversionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qt4projectmanager/qtversionmanager.h')
-rw-r--r--src/plugins/qt4projectmanager/qtversionmanager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/qt4projectmanager/qtversionmanager.h b/src/plugins/qt4projectmanager/qtversionmanager.h
index 0dcc1fcb611..65666226e00 100644
--- a/src/plugins/qt4projectmanager/qtversionmanager.h
+++ b/src/plugins/qt4projectmanager/qtversionmanager.h
@@ -52,9 +52,8 @@ public:
bool isAutodetected = false, const QString &autodetectionSource = QString());
QtVersion(const QString &name, const QString &path, int id,
bool isAutodetected = false, const QString &autodetectionSource = QString());
- QtVersion()
- :m_name(QString::null), m_id(-1)
- { setPath(QString::null); }
+ QtVersion();
+
~QtVersion();
bool isValid() const; //TOOD check that the dir exists and the name is non empty