forked from qt-creator/qt-creator
CMake Project: Adjust to toolchain changes
Fixes a crasd, removes member variable for toolchain
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user