ProjectExplorer: Reduce scope of projectexploererconstants include

plus a bit of cosmetics.

Change-Id: I744b28ebf4285bd61b948988a0192632f5b360a8
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2023-09-25 17:09:21 +02:00
parent e0f6ed0fe7
commit 359f6e54b8
6 changed files with 6 additions and 3 deletions

View File

@@ -44,6 +44,7 @@
#include <projectexplorer/kitaspects.h>
#include <projectexplorer/kitmanager.h>
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/projectmanager.h>
#include <projectexplorer/target.h>

View File

@@ -9,6 +9,7 @@
#include <projectexplorer/kitmanager.h>
#include <projectexplorer/toolchainmanager.h>
#include <projectexplorer/projectexplorer.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <utils/environment.h>

View File

@@ -8,6 +8,7 @@
#include "devicesupport/idevice.h"
#include "gccparser.h"
#include "linuxiccparser.h"
#include "projectexplorerconstants.h"
#include "projectexplorertr.h"
#include "projectmacro.h"
#include "toolchainconfigwidget.h"

View File

@@ -5,7 +5,6 @@
#include "projectexplorer_export.h"
#include "projectexplorerconstants.h"
#include "toolchain.h"
#include "abi.h"
#include "headerpath.h"
@@ -30,7 +29,6 @@ const QStringList gccPredefinedMacrosOptions(Utils::Id languageId);
// GccToolChain
// --------------------------------------------------------------------------
class PROJECTEXPLORER_EXPORT GccToolChain : public ToolChain
{
public:

View File

@@ -56,6 +56,7 @@
#include "processstep.h"
#include "project.h"
#include "projectcommentssettings.h"
#include "projectexplorerconstants.h"
#include "projectexplorericons.h"
#include "projectexplorersettings.h"
#include "projectexplorertr.h"

View File

@@ -12,6 +12,8 @@
#include <coreplugin/icore.h>
#include <coreplugin/dialogs/ioptionspage.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <utils/aspects.h>
#include <utils/environment.h>
#include <utils/infolabel.h>
@@ -19,7 +21,6 @@
#include <utils/pathchooser.h>
#include <utils/utilsicons.h>
#include <QGroupBox>
#include <QTextBrowser>
#include <QTimer>