forked from qt-creator/qt-creator
CppTools: Fix compile due to ambiguous namespace
Change-Id: Ie1bfac86253e5152f65ab8e8de720be3b1dde8ea Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -108,8 +108,8 @@ public:
|
|||||||
bool isMsvc2015Toolchain = false;
|
bool isMsvc2015Toolchain = false;
|
||||||
QString toolChainTargetTriple;
|
QString toolChainTargetTriple;
|
||||||
ToolChainWordWidth toolChainWordWidth = WordWidth32Bit;
|
ToolChainWordWidth toolChainWordWidth = WordWidth32Bit;
|
||||||
Utils::FilePath toolChainInstallDir;
|
::Utils::FilePath toolChainInstallDir;
|
||||||
Utils::WarningFlags warningFlags = Utils::WarningFlags::Default;
|
::Utils::WarningFlags warningFlags = ::Utils::WarningFlags::Default;
|
||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
QStringList extraCodeModelFlags;
|
QStringList extraCodeModelFlags;
|
||||||
|
|||||||
Reference in New Issue
Block a user