forked from qt-creator/qt-creator
Integrate ConsoleProcess into QtcProcess
Change-Id: I8e2b43ef27af6ff279b575a8d43f1ff918562951 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -207,6 +207,9 @@ public:
|
||||
|
||||
bool start(const SshConnectionParameters ¶meters)
|
||||
{
|
||||
// TODO: start here shared ssh connection if needed (take it from settings)
|
||||
// connect to it
|
||||
// wait for connected
|
||||
m_shell = new SshRemoteProcess("/bin/sh",
|
||||
parameters.connectionOptions(SshSettings::sshFilePath()) << parameters.host(),
|
||||
ProcessMode::Writer);
|
||||
|
||||
Reference in New Issue
Block a user