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/devicesupport/idevicefwd.h>
|
||||
|
||||
#include <QtCore/qcontainerfwd.h>
|
||||
#include <QObject>
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class DeployableFile;
|
||||
class Kit;
|
||||
class Target;
|
||||
}
|
||||
namespace ProjectExplorer { class DeployableFile; }
|
||||
|
||||
namespace Utils::Tasking { class Group; }
|
||||
|
||||
namespace RemoteLinux {
|
||||
|
||||
class CheckResult;
|
||||
|
||||
namespace Internal { class AbstractRemoteLinuxDeployStepPrivate; }
|
||||
|
||||
class REMOTELINUX_EXPORT CheckResult
|
||||
@@ -43,8 +36,6 @@ private:
|
||||
|
||||
class REMOTELINUX_EXPORT AbstractRemoteLinuxDeployStep : public ProjectExplorer::BuildStep
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AbstractRemoteLinuxDeployStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id);
|
||||
~AbstractRemoteLinuxDeployStep() override;
|
||||
|
||||
Reference in New Issue
Block a user