X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=225caab82841c855a8c27156ec5e3ddf2f3c3600;hp=89ef829da0674e7e6ce677d644e99315d907b629;hb=095d3006b60d64ef3a705ee204afe5e555ca8729;hpb=71d3d0d705a853fa8fea3729e13dbddf52363417 diff --git a/src/client/client.h b/src/client/client.h index 89ef829d..225caab8 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -152,6 +152,10 @@ public: static void changePassword(const QString &oldPassword, const QString &newPassword); static void kickClient(int peerId); + void displayIgnoreList(QString ignoreRule) { + emit showIgnoreList(ignoreRule); + } + #if QT_VERSION < 0x050000 static void logMessage(QtMsgType type, const char *msg); #else @@ -163,6 +167,7 @@ signals: void requestNetworkStates(); void showConfigWizard(const QVariantMap &coredata); + void showIgnoreList(QString ignoreRule); void connected(); void disconnected();