X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fexecwrapper.h;h=b8a73b74ea966cbcd1c3153df869259b9ed6a9a0;hp=b0c52bef89d771819935fe36617c227ad83bff18;hb=127d1fd9e75d33f1a6a4cd4d30c259b00686c4ff;hpb=dd381ac71adfcd9bcad028b277fe65e13fecaf15 diff --git a/src/client/execwrapper.h b/src/client/execwrapper.h index b0c52bef..b8a73b74 100644 --- a/src/client/execwrapper.h +++ b/src/client/execwrapper.h @@ -32,7 +32,7 @@ public: ExecWrapper(QObject *parent = 0); public slots: - void start(const BufferInfo &info, const QString &scriptName, const QStringList ¶ms = QStringList()); + void start(const BufferInfo &info, const QString &command); signals: void stderr(const QString &errorMsg);