CMake Project: Adjust to toolchain changes

Fixes a crasd, removes member variable for toolchain
This commit is contained in:
dt
2011-03-01 21:06:37 +01:00
parent df2aef7452
commit 665567fca3
2 changed files with 34 additions and 13 deletions

View File

@@ -73,8 +73,6 @@ protected:
virtual bool fromMap(const QVariantMap &map);
private:
void updateToolChain() const;
mutable ProjectExplorer::ToolChain *m_toolChain;
QString m_buildDirectory;
QString m_msvcVersion;
};