forked from qt-creator/qt-creator
Utils/Ssh: Move SshRemoteProces::isRunning() to QtcProcess base
... and use it on a few places. Change-Id: Id2cea709e355a46821a720e593740ac032888ced Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -47,7 +47,6 @@ public:
|
||||
void requestX11Forwarding(const QString &displayName);
|
||||
void start();
|
||||
|
||||
bool isRunning() const;
|
||||
Utils::CommandLine fullLocalCommandLine() const;
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user