forked from qt-creator/qt-creator
ProjectExplorer: Remove a few unneeded declarations in target.h
Change-Id: I129ce7208538ccf72cf5ab1e43a69afeffc7eb44 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -34,18 +34,12 @@
|
|||||||
|
|
||||||
QT_FORWARD_DECLARE_CLASS(QIcon)
|
QT_FORWARD_DECLARE_CLASS(QIcon)
|
||||||
|
|
||||||
namespace Utils { class Environment; }
|
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
class BuildConfiguration;
|
class BuildConfiguration;
|
||||||
class BuildTargetInfoList;
|
class BuildTargetInfoList;
|
||||||
class DeployConfiguration;
|
class DeployConfiguration;
|
||||||
class DeployConfigurationFactory;
|
|
||||||
class DeploymentData;
|
class DeploymentData;
|
||||||
class BuildConfigurationFactory;
|
|
||||||
class RunConfigurationFactory;
|
|
||||||
class Kit;
|
class Kit;
|
||||||
class NamedWidget;
|
|
||||||
class Project;
|
class Project;
|
||||||
class RunConfiguration;
|
class RunConfiguration;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user