forked from qt-creator/qt-creator
Code cosmetics
Mostly unused #include's, also sort them or reduce scope. A few namespaces, ... Change-Id: I9ee71e07de7157c9942125672addf87dd41e78f1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include "toolchainsettingsaccessor.h"
|
||||
|
||||
#include "projectexplorerconstants.h"
|
||||
#include "toolchain.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
@@ -56,9 +57,9 @@ public:
|
||||
// Helpers:
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
static const char TOOLCHAIN_DATA_KEY[] = "ToolChain.";
|
||||
static const char TOOLCHAIN_COUNT_KEY[] = "ToolChain.Count";
|
||||
static const char TOOLCHAIN_FILENAME[] = "toolchains.xml";
|
||||
const char TOOLCHAIN_DATA_KEY[] = "ToolChain.";
|
||||
const char TOOLCHAIN_COUNT_KEY[] = "ToolChain.Count";
|
||||
const char TOOLCHAIN_FILENAME[] = "toolchains.xml";
|
||||
|
||||
struct ToolChainOperations
|
||||
{
|
||||
@@ -284,8 +285,6 @@ Toolchains ToolChainSettingsAccessor::toolChains(const QVariantMap &data) const
|
||||
#ifdef WITH_TESTS
|
||||
#include "projectexplorer.h"
|
||||
|
||||
#include "headerpath.h"
|
||||
|
||||
#include "abi.h"
|
||||
#include "toolchainconfigwidget.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user