forked from qt-creator/qt-creator
QmakeProjectManager: Remove some unneeded declarations
Change-Id: I784369a3f449253ac8f6e9fc76185e95751203c7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -36,11 +36,8 @@ namespace QmakeProjectManager {
|
|||||||
|
|
||||||
class QMakeStep;
|
class QMakeStep;
|
||||||
class QmakeMakeStep;
|
class QmakeMakeStep;
|
||||||
class QmakeBuildConfigurationFactory;
|
|
||||||
class QmakeProFileNode;
|
class QmakeProFileNode;
|
||||||
|
|
||||||
namespace Internal { class QmakeProjectConfigWidget; }
|
|
||||||
|
|
||||||
class QMAKEPROJECTMANAGER_EXPORT QmakeBuildConfiguration : public ProjectExplorer::BuildConfiguration
|
class QMAKEPROJECTMANAGER_EXPORT QmakeBuildConfiguration : public ProjectExplorer::BuildConfiguration
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@@ -139,9 +136,6 @@ private:
|
|||||||
QtSupport::BaseQtVersion::QmakeBuildConfigs m_qmakeBuildConfiguration;
|
QtSupport::BaseQtVersion::QmakeBuildConfigs m_qmakeBuildConfiguration;
|
||||||
QmakeProFileNode *m_subNodeBuild = nullptr;
|
QmakeProFileNode *m_subNodeBuild = nullptr;
|
||||||
ProjectExplorer::FileNode *m_fileNodeBuild = nullptr;
|
ProjectExplorer::FileNode *m_fileNodeBuild = nullptr;
|
||||||
|
|
||||||
friend class Internal::QmakeProjectConfigWidget;
|
|
||||||
friend class QmakeBuildConfigurationFactory;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class QMAKEPROJECTMANAGER_EXPORT QmakeBuildConfigurationFactory : public ProjectExplorer::BuildConfigurationFactory
|
class QMAKEPROJECTMANAGER_EXPORT QmakeBuildConfigurationFactory : public ProjectExplorer::BuildConfigurationFactory
|
||||||
|
Reference in New Issue
Block a user