forked from qt-creator/qt-creator
RemoteLinux: Clean up abstractremotelinuxdeploystep.h
Change-Id: I14297c2f7ccff34dd2119c90eab8a9ee42800ba1 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -8,21 +8,14 @@
|
|||||||
#include <projectexplorer/buildstep.h>
|
#include <projectexplorer/buildstep.h>
|
||||||
#include <projectexplorer/devicesupport/idevicefwd.h>
|
#include <projectexplorer/devicesupport/idevicefwd.h>
|
||||||
|
|
||||||
#include <QtCore/qcontainerfwd.h>
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer { class DeployableFile; }
|
||||||
class DeployableFile;
|
|
||||||
class Kit;
|
|
||||||
class Target;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace Utils::Tasking { class Group; }
|
namespace Utils::Tasking { class Group; }
|
||||||
|
|
||||||
namespace RemoteLinux {
|
namespace RemoteLinux {
|
||||||
|
|
||||||
class CheckResult;
|
|
||||||
|
|
||||||
namespace Internal { class AbstractRemoteLinuxDeployStepPrivate; }
|
namespace Internal { class AbstractRemoteLinuxDeployStepPrivate; }
|
||||||
|
|
||||||
class REMOTELINUX_EXPORT CheckResult
|
class REMOTELINUX_EXPORT CheckResult
|
||||||
@@ -43,8 +36,6 @@ private:
|
|||||||
|
|
||||||
class REMOTELINUX_EXPORT AbstractRemoteLinuxDeployStep : public ProjectExplorer::BuildStep
|
class REMOTELINUX_EXPORT AbstractRemoteLinuxDeployStep : public ProjectExplorer::BuildStep
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit AbstractRemoteLinuxDeployStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id);
|
explicit AbstractRemoteLinuxDeployStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id);
|
||||||
~AbstractRemoteLinuxDeployStep() override;
|
~AbstractRemoteLinuxDeployStep() override;
|
||||||
|
|||||||
Reference in New Issue
Block a user