summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer')
-rw-r--r--src/plugins/projectexplorer/abiwidget.h4
-rw-r--r--src/plugins/projectexplorer/abstractprocessstep.h4
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h4
-rw-r--r--src/plugins/projectexplorer/baseprojectwizarddialog.h4
-rw-r--r--src/plugins/projectexplorer/buildstepspage.h8
-rw-r--r--src/plugins/projectexplorer/cesdkhandler.h4
-rw-r--r--src/plugins/projectexplorer/customwizard/customwizard.h4
-rw-r--r--src/plugins/projectexplorer/customwizard/customwizardpage.h4
-rw-r--r--src/plugins/projectexplorer/customwizard/customwizardscriptgenerator.h4
-rw-r--r--src/plugins/projectexplorer/devicesupport/desktopdeviceconfigurationwidget.h4
-rw-r--r--src/plugins/projectexplorer/doubletabwidget.h4
-rw-r--r--src/plugins/projectexplorer/environmentitemswidget.h4
-rw-r--r--src/plugins/projectexplorer/gcctoolchainfactories.h4
-rw-r--r--src/plugins/projectexplorer/processparameters.h4
-rw-r--r--src/plugins/projectexplorer/projectnodes.h4
-rw-r--r--src/plugins/projectexplorer/projectwizardpage.h4
-rw-r--r--src/plugins/projectexplorer/settingsaccessor.h4
-rw-r--r--src/plugins/projectexplorer/targetsettingswidget.h4
-rw-r--r--src/plugins/projectexplorer/toolchain.h4
19 files changed, 20 insertions, 60 deletions
diff --git a/src/plugins/projectexplorer/abiwidget.h b/src/plugins/projectexplorer/abiwidget.h
index 55d5a0934f..e86bf63f89 100644
--- a/src/plugins/projectexplorer/abiwidget.h
+++ b/src/plugins/projectexplorer/abiwidget.h
@@ -37,9 +37,7 @@
namespace ProjectExplorer {
class Abi;
-namespace Internal {
-class AbiWidgetPrivate;
-} // namespace
+namespace Internal { class AbiWidgetPrivate; }
// --------------------------------------------------------------------------
// AbiWidget:
diff --git a/src/plugins/projectexplorer/abstractprocessstep.h b/src/plugins/projectexplorer/abstractprocessstep.h
index aa9d0ebfd0..25db1d6982 100644
--- a/src/plugins/projectexplorer/abstractprocessstep.h
+++ b/src/plugins/projectexplorer/abstractprocessstep.h
@@ -41,9 +41,7 @@ class QEventLoop;
class QTimer;
QT_END_NAMESPACE
-namespace Utils {
-class QtcProcess;
-}
+namespace Utils { class QtcProcess; }
namespace ProjectExplorer {
class IOutputParser;
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index ad737c3ba7..b3677ebb47 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -36,9 +36,7 @@
#include <QProcess>
-namespace Utils {
-class Environment;
-}
+namespace Utils { class Environment; }
namespace ProjectExplorer {
struct ApplicationLauncherPrivate;
diff --git a/src/plugins/projectexplorer/baseprojectwizarddialog.h b/src/plugins/projectexplorer/baseprojectwizarddialog.h
index 4b630b81f9..ec729f2d17 100644
--- a/src/plugins/projectexplorer/baseprojectwizarddialog.h
+++ b/src/plugins/projectexplorer/baseprojectwizarddialog.h
@@ -34,9 +34,7 @@
#include <coreplugin/basefilewizard.h>
#include <utils/wizard.h>
-namespace Utils {
- class ProjectIntroPage;
-}
+namespace Utils { class ProjectIntroPage; }
namespace ProjectExplorer {
diff --git a/src/plugins/projectexplorer/buildstepspage.h b/src/plugins/projectexplorer/buildstepspage.h
index 8f1ea27771..c995f1eee4 100644
--- a/src/plugins/projectexplorer/buildstepspage.h
+++ b/src/plugins/projectexplorer/buildstepspage.h
@@ -43,9 +43,7 @@ class QSignalMapper;
class QGraphicsOpacityEffect;
QT_END_NAMESPACE
-namespace Utils {
-class DetailsWidget;
-}
+namespace Utils { class DetailsWidget; }
namespace ProjectExplorer {
@@ -146,9 +144,7 @@ private:
int m_leftMargin;
};
-namespace Ui {
- class BuildStepsPage;
-}
+namespace Ui { class BuildStepsPage; }
class BuildStepsPage : public NamedWidget
{
diff --git a/src/plugins/projectexplorer/cesdkhandler.h b/src/plugins/projectexplorer/cesdkhandler.h
index d5e295b798..1764370ad4 100644
--- a/src/plugins/projectexplorer/cesdkhandler.h
+++ b/src/plugins/projectexplorer/cesdkhandler.h
@@ -34,9 +34,7 @@
#include <QDir>
-namespace Utils {
-class Environment;
-}
+namespace Utils { class Environment; }
namespace ProjectExplorer {
diff --git a/src/plugins/projectexplorer/customwizard/customwizard.h b/src/plugins/projectexplorer/customwizard/customwizard.h
index 948c22aadf..6119c7c5c2 100644
--- a/src/plugins/projectexplorer/customwizard/customwizard.h
+++ b/src/plugins/projectexplorer/customwizard/customwizard.h
@@ -42,9 +42,7 @@ QT_BEGIN_NAMESPACE
class QDir;
QT_END_NAMESPACE
-namespace Utils {
- class Wizard;
-}
+namespace Utils { class Wizard; }
namespace ProjectExplorer {
class CustomWizard;
diff --git a/src/plugins/projectexplorer/customwizard/customwizardpage.h b/src/plugins/projectexplorer/customwizard/customwizardpage.h
index e3538c560d..ee6f2b35c5 100644
--- a/src/plugins/projectexplorer/customwizard/customwizardpage.h
+++ b/src/plugins/projectexplorer/customwizard/customwizardpage.h
@@ -42,9 +42,7 @@ class QTextEdit;
class QLabel;
QT_END_NAMESPACE
-namespace Utils {
- class PathChooser;
-}
+namespace Utils { class PathChooser; }
namespace ProjectExplorer {
namespace Internal {
diff --git a/src/plugins/projectexplorer/customwizard/customwizardscriptgenerator.h b/src/plugins/projectexplorer/customwizard/customwizardscriptgenerator.h
index bc12cd0c1c..656807eb3d 100644
--- a/src/plugins/projectexplorer/customwizard/customwizardscriptgenerator.h
+++ b/src/plugins/projectexplorer/customwizard/customwizardscriptgenerator.h
@@ -33,9 +33,7 @@
#include <QMap>
#include <QStringList>
-namespace Core {
-class GeneratedFile;
-}
+namespace Core { class GeneratedFile; }
namespace ProjectExplorer {
namespace Internal {
diff --git a/src/plugins/projectexplorer/devicesupport/desktopdeviceconfigurationwidget.h b/src/plugins/projectexplorer/devicesupport/desktopdeviceconfigurationwidget.h
index 2c54e519d2..abb14f7946 100644
--- a/src/plugins/projectexplorer/devicesupport/desktopdeviceconfigurationwidget.h
+++ b/src/plugins/projectexplorer/devicesupport/desktopdeviceconfigurationwidget.h
@@ -33,9 +33,7 @@
#include "idevicewidget.h"
namespace ProjectExplorer {
-namespace Ui {
-class DesktopDeviceConfigurationWidget;
-}
+namespace Ui { class DesktopDeviceConfigurationWidget; }
class DesktopDeviceConfigurationWidget : public IDeviceWidget
{
diff --git a/src/plugins/projectexplorer/doubletabwidget.h b/src/plugins/projectexplorer/doubletabwidget.h
index 99cd8bfb9c..1c88b8d255 100644
--- a/src/plugins/projectexplorer/doubletabwidget.h
+++ b/src/plugins/projectexplorer/doubletabwidget.h
@@ -37,9 +37,7 @@
namespace ProjectExplorer {
namespace Internal {
-namespace Ui {
- class DoubleTabWidget;
-}
+namespace Ui { class DoubleTabWidget; }
class DoubleTabWidget : public QWidget
{
diff --git a/src/plugins/projectexplorer/environmentitemswidget.h b/src/plugins/projectexplorer/environmentitemswidget.h
index c38e24f21d..8b34cf7b7e 100644
--- a/src/plugins/projectexplorer/environmentitemswidget.h
+++ b/src/plugins/projectexplorer/environmentitemswidget.h
@@ -32,9 +32,7 @@
#include <QDialog>
-namespace Utils {
-class EnvironmentItem;
-}
+namespace Utils { class EnvironmentItem; }
namespace ProjectExplorer {
class EnvironmentItemsWidgetPrivate;
diff --git a/src/plugins/projectexplorer/gcctoolchainfactories.h b/src/plugins/projectexplorer/gcctoolchainfactories.h
index 0d1302ab2e..c5c07a6843 100644
--- a/src/plugins/projectexplorer/gcctoolchainfactories.h
+++ b/src/plugins/projectexplorer/gcctoolchainfactories.h
@@ -41,9 +41,7 @@ QT_BEGIN_NAMESPACE
class QComboBox;
QT_END_NAMESPACE
-namespace Utils {
-class PathChooser;
-}
+namespace Utils { class PathChooser; }
namespace ProjectExplorer {
class GccToolChain;
diff --git a/src/plugins/projectexplorer/processparameters.h b/src/plugins/projectexplorer/processparameters.h
index 19e64e82af..0e9810de0c 100644
--- a/src/plugins/projectexplorer/processparameters.h
+++ b/src/plugins/projectexplorer/processparameters.h
@@ -34,9 +34,7 @@
#include <utils/environment.h>
-namespace Utils {
-class AbstractMacroExpander;
-}
+namespace Utils { class AbstractMacroExpander; }
namespace ProjectExplorer {
diff --git a/src/plugins/projectexplorer/projectnodes.h b/src/plugins/projectexplorer/projectnodes.h
index c351fdebf7..a32b8a449b 100644
--- a/src/plugins/projectexplorer/projectnodes.h
+++ b/src/plugins/projectexplorer/projectnodes.h
@@ -41,9 +41,7 @@ QT_BEGIN_NAMESPACE
class QFileInfo;
QT_END_NAMESPACE
-namespace Core {
- class MimeDatabase;
-}
+namespace Core { class MimeDatabase; }
namespace ProjectExplorer {
class RunConfiguration;
diff --git a/src/plugins/projectexplorer/projectwizardpage.h b/src/plugins/projectexplorer/projectwizardpage.h
index 7bc4b8709f..eb4b96413c 100644
--- a/src/plugins/projectexplorer/projectwizardpage.h
+++ b/src/plugins/projectexplorer/projectwizardpage.h
@@ -35,9 +35,7 @@
namespace ProjectExplorer {
namespace Internal {
-namespace Ui {
-class WizardPage;
-}
+namespace Ui { class WizardPage; }
// Documentation inside.
class ProjectWizardPage : public QWizardPage
diff --git a/src/plugins/projectexplorer/settingsaccessor.h b/src/plugins/projectexplorer/settingsaccessor.h
index 016b829142..df9d76d5dc 100644
--- a/src/plugins/projectexplorer/settingsaccessor.h
+++ b/src/plugins/projectexplorer/settingsaccessor.h
@@ -40,9 +40,7 @@ namespace ProjectExplorer {
class Project;
-namespace Internal {
-class UserFileVersionHandler;
-}
+namespace Internal { class UserFileVersionHandler; }
class SettingsAccessor
{
diff --git a/src/plugins/projectexplorer/targetsettingswidget.h b/src/plugins/projectexplorer/targetsettingswidget.h
index f22b537daf..3129244d18 100644
--- a/src/plugins/projectexplorer/targetsettingswidget.h
+++ b/src/plugins/projectexplorer/targetsettingswidget.h
@@ -42,9 +42,7 @@ class Target;
class Kit;
namespace Internal {
-namespace Ui {
- class TargetSettingsWidget;
-}
+namespace Ui { class TargetSettingsWidget; }
class TargetSettingsWidget : public QWidget
{
diff --git a/src/plugins/projectexplorer/toolchain.h b/src/plugins/projectexplorer/toolchain.h
index fe8a752eef..4ab13a5736 100644
--- a/src/plugins/projectexplorer/toolchain.h
+++ b/src/plugins/projectexplorer/toolchain.h
@@ -44,9 +44,7 @@ class FileName;
namespace ProjectExplorer {
-namespace Internal {
-class ToolChainPrivate;
-}
+namespace Internal { class ToolChainPrivate; }
class Abi;
class HeaderPath;