forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user