summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4nodes.h')
-rw-r--r--src/plugins/qt4projectmanager/qt4nodes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qt4projectmanager/qt4nodes.h b/src/plugins/qt4projectmanager/qt4nodes.h
index 118b3bedc2..300730eccb 100644
--- a/src/plugins/qt4projectmanager/qt4nodes.h
+++ b/src/plugins/qt4projectmanager/qt4nodes.h
@@ -381,7 +381,6 @@ public:
TargetInformation targetInformation() const;
InstallsList installsList() const;
- ProjectVersion projectVersion() const { return m_projectVersion; }
QString makefile() const;
QString objectExtension() const;
@@ -434,7 +433,6 @@ private:
TargetInformation targetInformation(QtSupport::ProFileReader *reader) const;
void setupInstallsList(const QtSupport::ProFileReader *reader);
- void setupProjectVersion(const QtSupport::ProFileReader *reader);
Qt4ProjectType m_projectType;
Qt4VariablesHash m_varValues;
@@ -445,7 +443,6 @@ private:
QString m_resolvedMkspecPath;
QStringList m_subProjectsNotToDeploy;
InstallsList m_installsList;
- ProjectVersion m_projectVersion;
friend class Qt4NodeHierarchy;
bool m_validParse;