RemoteLinux: Move deployservice ownership to AbstractRemoteLinuxDeployStep

Change-Id: I12cfa0d2cdb171d381e6fde6b0e71fc0c098d746
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-06-13 17:03:56 +02:00
parent 7ceb26defc
commit 77e8e1707c
22 changed files with 108 additions and 241 deletions

View File

@@ -54,13 +54,6 @@ public:
static QString defaultFlags();
static RsyncCommandLine rsyncCommand(const QSsh::SshConnection &sshConnection,
const QString &flags);
private:
AbstractRemoteLinuxDeployService *deployService() const override;
void doRun() override;
class RsyncDeployStepPrivate;
RsyncDeployStepPrivate * const d;
};
} // namespace RemoteLinux