aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/madde/maemopublisherfremantlefree.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-06-08 09:42:32 +0200
committerhjk <qthjk@ovi.com>2012-06-08 10:15:43 +0200
commit79de09f2663f818bb07c24752e6520b19b28e6ec (patch)
tree4ee8e676e73646f42476f4f01df3756997836f48 /src/plugins/madde/maemopublisherfremantlefree.h
parent303e67304e42cc419b735ca609104ad4ed386d54 (diff)
SSH: Streamline SshRemoteProcessRunner's output handling.
Make it just like SshRemoteProcess (and QProcess). The current implementation annoyingly forces client code to establish additional signal/slot connections, even if they only want to evaluate the output at the end. Change-Id: Id8c30dd156574d7d26d848d8e0705856a16d3747 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/madde/maemopublisherfremantlefree.h')
-rw-r--r--src/plugins/madde/maemopublisherfremantlefree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/madde/maemopublisherfremantlefree.h b/src/plugins/madde/maemopublisherfremantlefree.h
index 39a692e964..621691f320 100644
--- a/src/plugins/madde/maemopublisherfremantlefree.h
+++ b/src/plugins/madde/maemopublisherfremantlefree.h
@@ -87,7 +87,7 @@ private slots:
void handleScpStarted();
void handleConnectionError();
void handleUploadJobFinished(int exitStatus);
- void handleScpStdOut(const QByteArray &output);
+ void handleScpStdOut();
private:
enum State {