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
|
QT_BEGIN_NAMESPACE
|
||||||
class QRadioButton;
|
class QRadioButton;
|
||||||
class QCheckBox;
|
|
||||||
class QLabel;
|
class QLabel;
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
@@ -31,7 +31,6 @@
|
|||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QWidget;
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace Core { class GeneratedFile; }
|
namespace Core { class GeneratedFile; }
|
||||||
|
@@ -42,7 +42,6 @@ QT_END_NAMESPACE
|
|||||||
namespace QmakeProjectManager {
|
namespace QmakeProjectManager {
|
||||||
|
|
||||||
class QmakeProFile;
|
class QmakeProFile;
|
||||||
class QmakeProFileNode;
|
|
||||||
class QmakeProject;
|
class QmakeProject;
|
||||||
|
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QProcess;
|
|
||||||
class QTcpSocket;
|
class QTcpSocket;
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
@@ -29,10 +29,6 @@
|
|||||||
#include <qtsupport/baseqtversion.h>
|
#include <qtsupport/baseqtversion.h>
|
||||||
#include <qmakeprojectmanager/qmakestep.h>
|
#include <qmakeprojectmanager/qmakestep.h>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
|
||||||
class QLogggingCategory;
|
|
||||||
QT_END_NAMESPACE
|
|
||||||
|
|
||||||
namespace QmakeProjectManager {
|
namespace QmakeProjectManager {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
|
@@ -32,7 +32,6 @@
|
|||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
class BuildStep;
|
class BuildStep;
|
||||||
class IBuildStepFactory;
|
class IBuildStepFactory;
|
||||||
class Task;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace QmakeProjectManager {
|
namespace QmakeProjectManager {
|
||||||
|
@@ -29,7 +29,6 @@
|
|||||||
#include <texteditor/codeassist/keywordscompletionassist.h>
|
#include <texteditor/codeassist/keywordscompletionassist.h>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QUrl;
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace QmakeProjectManager {
|
namespace QmakeProjectManager {
|
||||||
|
@@ -35,7 +35,6 @@ namespace Utils { class DetailsWidget; }
|
|||||||
|
|
||||||
namespace QmakeProjectManager {
|
namespace QmakeProjectManager {
|
||||||
class QmakeBuildConfiguration;
|
class QmakeBuildConfiguration;
|
||||||
class QmakeProFileNode;
|
|
||||||
|
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
namespace Ui { class QmakeProjectConfigWidget; }
|
namespace Ui { class QmakeProjectConfigWidget; }
|
||||||
|
@@ -38,7 +38,6 @@ class Abi;
|
|||||||
class BuildStep;
|
class BuildStep;
|
||||||
class IBuildStepFactory;
|
class IBuildStepFactory;
|
||||||
class Project;
|
class Project;
|
||||||
class Kit;
|
|
||||||
} // namespace ProjectExplorer
|
} // namespace ProjectExplorer
|
||||||
|
|
||||||
namespace QtSupport { class BaseQtVersion; }
|
namespace QtSupport { class BaseQtVersion; }
|
||||||
|
Reference in New Issue
Block a user