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;
|
||||
QString toolChainTargetTriple;
|
||||
ToolChainWordWidth toolChainWordWidth = WordWidth32Bit;
|
||||
Utils::FilePath toolChainInstallDir;
|
||||
Utils::WarningFlags warningFlags = Utils::WarningFlags::Default;
|
||||
::Utils::FilePath toolChainInstallDir;
|
||||
::Utils::WarningFlags warningFlags = ::Utils::WarningFlags::Default;
|
||||
|
||||
// Misc
|
||||
QStringList extraCodeModelFlags;
|
||||
|
||||
Reference in New Issue
Block a user