forked from qt-creator/qt-creator
QMakeProjectManager: Clean forward declaration
Change-Id: If2a70a5b39b999119cb02c84b72a5a13891661dc Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QRadioButton;
|
||||
class QCheckBox;
|
||||
class QLabel;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
#include <QMap>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QWidget;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Core { class GeneratedFile; }
|
||||
|
@@ -42,7 +42,6 @@ QT_END_NAMESPACE
|
||||
namespace QmakeProjectManager {
|
||||
|
||||
class QmakeProFile;
|
||||
class QmakeProFileNode;
|
||||
class QmakeProject;
|
||||
|
||||
namespace Internal {
|
||||
|
@@ -33,7 +33,6 @@
|
||||
#include <QMap>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QProcess;
|
||||
class QTcpSocket;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
@@ -29,10 +29,6 @@
|
||||
#include <qtsupport/baseqtversion.h>
|
||||
#include <qmakeprojectmanager/qmakestep.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QLogggingCategory;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace QmakeProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
|
@@ -32,7 +32,6 @@
|
||||
namespace ProjectExplorer {
|
||||
class BuildStep;
|
||||
class IBuildStepFactory;
|
||||
class Task;
|
||||
}
|
||||
|
||||
namespace QmakeProjectManager {
|
||||
|
@@ -29,7 +29,6 @@
|
||||
#include <texteditor/codeassist/keywordscompletionassist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QUrl;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace QmakeProjectManager {
|
||||
|
@@ -35,7 +35,6 @@ namespace Utils { class DetailsWidget; }
|
||||
|
||||
namespace QmakeProjectManager {
|
||||
class QmakeBuildConfiguration;
|
||||
class QmakeProFileNode;
|
||||
|
||||
namespace Internal {
|
||||
namespace Ui { class QmakeProjectConfigWidget; }
|
||||
|
@@ -38,7 +38,6 @@ class Abi;
|
||||
class BuildStep;
|
||||
class IBuildStepFactory;
|
||||
class Project;
|
||||
class Kit;
|
||||
} // namespace ProjectExplorer
|
||||
|
||||
namespace QtSupport { class BaseQtVersion; }
|
||||
|
Reference in New Issue
Block a user