forked from qt-creator/qt-creator
Ssh: Drop ProcessMode from c'tors and creator methods
Change-Id: I2db51f26d9a841f60d5ab3722fa82b3a89d57146 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -209,8 +209,8 @@ public:
|
||||
// connect to it
|
||||
// wait for connected
|
||||
m_shell = new SshRemoteProcess("/bin/sh",
|
||||
parameters.connectionOptions(SshSettings::sshFilePath()) << parameters.host(),
|
||||
ProcessMode::Writer);
|
||||
parameters.connectionOptions(SshSettings::sshFilePath()) << parameters.host());
|
||||
m_shell->setProcessMode(ProcessMode::Writer);
|
||||
m_shell->start();
|
||||
const bool startOK = m_shell->waitForStarted();
|
||||
if (!startOK)
|
||||
|
||||
Reference in New Issue
Block a user