X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fexecwrapper.h;h=e6d6dce04b4b65bfa67a5b0ff52fad98d8f24c36;hp=b8a73b74ea966cbcd1c3153df869259b9ed6a9a0;hb=1d94f920822184449fe1a6e76051e3c936d3163a;hpb=894ca749f4119b197693d9e3a3d19eccd036ba51 diff --git a/src/client/execwrapper.h b/src/client/execwrapper.h index b8a73b74..e6d6dce0 100644 --- a/src/client/execwrapper.h +++ b/src/client/execwrapper.h @@ -35,8 +35,8 @@ public slots: void start(const BufferInfo &info, const QString &command); signals: - void stderr(const QString &errorMsg); - void stdout(const QString &out); + void error(const QString &errorMsg); + void output(const QString &out); private slots: void processReadStdout();