Move ProjectExplorer::WarningFlags to a more suitable location

No need to waste a (badly named) header file on that one type.
Also fix typo in enum value.

Change-Id: I0cd4e3cda9383c3ab197ae6788666324a1dce43d
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2020-01-07 14:57:57 +01:00
parent 64380e1177
commit c5473762ed
20 changed files with 77 additions and 119 deletions

View File

@@ -31,7 +31,6 @@
#include <projectexplorer/buildtargettype.h>
#include <projectexplorer/headerpath.h>
#include <projectexplorer/projectexplorer_global.h>
#include <projectexplorer/projectmacro.h>
#include <projectexplorer/rawprojectpart.h>
@@ -110,7 +109,7 @@ public:
QString toolChainTargetTriple;
ToolChainWordWidth toolChainWordWidth = WordWidth32Bit;
Utils::FilePath toolChainInstallDir;
ProjectExplorer::WarningFlags warningFlags = ProjectExplorer::WarningFlags::Default;
Utils::WarningFlags warningFlags = Utils::WarningFlags::Default;
// Misc
QStringList extraCodeModelFlags;