forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user