forked from qt-creator/qt-creator
RsyncDeployStep: Get rid of unused methods
Change-Id: If597b7cca7a5913c2c9bab663ddd4fcd098deb59 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -28,18 +28,8 @@
|
||||
#include "abstractremotelinuxdeploystep.h"
|
||||
#include "remotelinux_export.h"
|
||||
|
||||
namespace QSsh { class SshConnection; }
|
||||
|
||||
namespace RemoteLinux {
|
||||
|
||||
class RsyncCommandLine
|
||||
{
|
||||
public:
|
||||
RsyncCommandLine(const QStringList &o, const QString &h) : options(o), remoteHostSpec(h) {}
|
||||
const QStringList options;
|
||||
const QString remoteHostSpec;
|
||||
};
|
||||
|
||||
class REMOTELINUX_EXPORT RsyncDeployStep : public AbstractRemoteLinuxDeployStep
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -50,10 +40,6 @@ public:
|
||||
|
||||
static Utils::Id stepId();
|
||||
static QString displayName();
|
||||
|
||||
static QString defaultFlags();
|
||||
static RsyncCommandLine rsyncCommand(const QSsh::SshConnection &sshConnection,
|
||||
const QString &flags);
|
||||
};
|
||||
|
||||
} // namespace RemoteLinux
|
||||
|
||||
Reference in New Issue
Block a user