QMakeProjectManager: Clean forward declaration

Change-Id: If2a70a5b39b999119cb02c84b72a5a13891661dc
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Laurent Montel
2017-09-25 15:15:12 +02:00
parent b89cd0a78a
commit 784d9a6279
9 changed files with 0 additions and 12 deletions

View File

@@ -30,7 +30,6 @@
QT_BEGIN_NAMESPACE
class QRadioButton;
class QCheckBox;
class QLabel;
QT_END_NAMESPACE

View File

@@ -31,7 +31,6 @@
#include <QMap>
QT_BEGIN_NAMESPACE
class QWidget;
QT_END_NAMESPACE
namespace Core { class GeneratedFile; }

View File

@@ -42,7 +42,6 @@ QT_END_NAMESPACE
namespace QmakeProjectManager {
class QmakeProFile;
class QmakeProFileNode;
class QmakeProject;
namespace Internal {

View File

@@ -33,7 +33,6 @@
#include <QMap>
QT_BEGIN_NAMESPACE
class QProcess;
class QTcpSocket;
QT_END_NAMESPACE

View File

@@ -29,10 +29,6 @@
#include <qtsupport/baseqtversion.h>
#include <qmakeprojectmanager/qmakestep.h>
QT_BEGIN_NAMESPACE
class QLogggingCategory;
QT_END_NAMESPACE
namespace QmakeProjectManager {
namespace Internal {

View File

@@ -32,7 +32,6 @@
namespace ProjectExplorer {
class BuildStep;
class IBuildStepFactory;
class Task;
}
namespace QmakeProjectManager {

View File

@@ -29,7 +29,6 @@
#include <texteditor/codeassist/keywordscompletionassist.h>
QT_BEGIN_NAMESPACE
class QUrl;
QT_END_NAMESPACE
namespace QmakeProjectManager {

View File

@@ -35,7 +35,6 @@ namespace Utils { class DetailsWidget; }
namespace QmakeProjectManager {
class QmakeBuildConfiguration;
class QmakeProFileNode;
namespace Internal {
namespace Ui { class QmakeProjectConfigWidget; }

View File

@@ -38,7 +38,6 @@ class Abi;
class BuildStep;
class IBuildStepFactory;
class Project;
class Kit;
} // namespace ProjectExplorer
namespace QtSupport { class BaseQtVersion; }