aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/rsyncdeploystep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-06-13 17:03:56 +0200
committerhjk <hjk@qt.io>2019-06-14 13:00:25 +0000
commit77e8e1707c7223fc4905058f531e83e6788ad845 (patch)
tree23cde0178033b9062ab12b8653c6ee95161de494 /src/plugins/remotelinux/rsyncdeploystep.h
parent7ceb26defc49ad281369ed87b45e46fe26268167 (diff)
RemoteLinux: Move deployservice ownership to AbstractRemoteLinuxDeployStep
Change-Id: I12cfa0d2cdb171d381e6fde6b0e71fc0c098d746 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/rsyncdeploystep.h')
-rw-r--r--src/plugins/remotelinux/rsyncdeploystep.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/remotelinux/rsyncdeploystep.h b/src/plugins/remotelinux/rsyncdeploystep.h
index 943fd349a72..746715d5e33 100644
--- a/src/plugins/remotelinux/rsyncdeploystep.h
+++ b/src/plugins/remotelinux/rsyncdeploystep.h
@@ -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