CppTools: Fix compile due to ambiguous namespace

Change-Id: Ie1bfac86253e5152f65ab8e8de720be3b1dde8ea
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2020-01-09 11:27:13 +01:00
committed by hjk
parent 92a2be371b
commit 2f5365bf61

View File

@@ -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;