Ssh: Use Utils::CommandLine in SshRemoteProcess

Change-Id: I074ca3e1e8ec8ce990d6b314a4a87de2f656566c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-07-23 15:44:13 +02:00
parent fa81f76237
commit c36b1e40b0
3 changed files with 19 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
#include "ssh_global.h"
#include "sshprocess.h"
#include <QStringList>
#include <utils/fileutils.h>
namespace QSsh {
class SshConnection;
@@ -46,7 +46,7 @@ public:
void start();
bool isRunning() const;
QStringList fullLocalCommandLine() const;
Utils::CommandLine fullLocalCommandLine() const;
signals:
void done(const QString &error);