forked from qt-creator/qt-creator
Ssh: Use Utils::CommandLine in SshRemoteProcess
Change-Id: I074ca3e1e8ec8ce990d6b314a4a87de2f656566c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user