forked from qt-creator/qt-creator
Remove unused SshRemoteProcessRunner::writeDataToProcess()
Change-Id: Ib07c7c9cd19b498f84382d2c9c11b927533e4d85 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -237,12 +237,6 @@ QByteArray SshRemoteProcessRunner::readAllStandardError()
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SshRemoteProcessRunner::writeDataToProcess(const QByteArray &data)
|
|
||||||
{
|
|
||||||
QTC_CHECK(isProcessRunning());
|
|
||||||
d->m_process->write(data);
|
|
||||||
}
|
|
||||||
|
|
||||||
void SshRemoteProcessRunner::cancel()
|
void SshRemoteProcessRunner::cancel()
|
||||||
{
|
{
|
||||||
setState(Inactive);
|
setState(Inactive);
|
||||||
|
@@ -46,7 +46,6 @@ public:
|
|||||||
QString lastConnectionErrorString() const;
|
QString lastConnectionErrorString() const;
|
||||||
|
|
||||||
bool isProcessRunning() const;
|
bool isProcessRunning() const;
|
||||||
void writeDataToProcess(const QByteArray &data);
|
|
||||||
void cancel();
|
void cancel();
|
||||||
QProcess::ExitStatus processExitStatus() const;
|
QProcess::ExitStatus processExitStatus() const;
|
||||||
int processExitCode() const;
|
int processExitCode() const;
|
||||||
|
Reference in New Issue
Block a user