forked from qt-creator/qt-creator
RemoteLinux: Move deployservice ownership to AbstractRemoteLinuxDeployStep
Change-Id: I12cfa0d2cdb171d381e6fde6b0e71fc0c098d746 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user