RemoteLinux: Let user specify the rsync flags

Task-number: QTCREATORBUG-22352
Change-Id: I11c16b5f7c58093bb89a9493a8742f338dbdd9c1
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2019-04-23 15:57:54 +02:00
committed by hjk
parent f8e21037e3
commit b70d39a091
3 changed files with 24 additions and 5 deletions

View File

@@ -51,7 +51,9 @@ public:
static Core::Id stepId();
static QString displayName();
static RsyncCommandLine rsyncCommand(const QSsh::SshConnection &sshConnection);
static QString defaultFlags();
static RsyncCommandLine rsyncCommand(const QSsh::SshConnection &sshConnection,
const QString &flags);
private:
AbstractRemoteLinuxDeployService *deployService() const override;