diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2011-11-14 17:23:51 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2011-11-14 17:42:27 +0100 |
commit | 232724cc11db671e9e92aa02a8b974f63ca26553 (patch) | |
tree | b737f7455feb01b09aa6313ad89b40cde1e0f9c3 /src/plugins/remotelinux/linuxdevicetester.h | |
parent | 75a7bf2919f83474006564405a443704d9fadd52 (diff) | |
download | qt-creator-232724cc11db671e9e92aa02a8b974f63ca26553.tar.gz |
SSH: Make API of SshRemoteProcess more similar to the one of QProcess.
In the end, we want to derive it from QIODevice as well.
Change-Id: I30e7cb23ec8e5753c363d1f4457b650556860ac2
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/linuxdevicetester.h')
-rw-r--r-- | src/plugins/remotelinux/linuxdevicetester.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/linuxdevicetester.h b/src/plugins/remotelinux/linuxdevicetester.h index ce2188e4da..1a469af806 100644 --- a/src/plugins/remotelinux/linuxdevicetester.h +++ b/src/plugins/remotelinux/linuxdevicetester.h @@ -85,8 +85,6 @@ public: private slots: void handleConnected(); void handleConnectionFailure(); - void handleRemoteStdOut(const QByteArray &data); - void handleRemoteStdErr(const QByteArray &data); void handleProcessFinished(int exitStatus); void handlePortsGatheringError(const QString &message); void handlePortListReady(); |