X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;fp=src%2Fclient%2Fclient.h;h=225caab82841c855a8c27156ec5e3ddf2f3c3600;hp=302689e8f0e124f8f169160c62318c235410aa58;hb=095d3006b60d64ef3a705ee204afe5e555ca8729;hpb=9f5158eab420977b42d8fc6b98d2eb0de66cbaa4 diff --git a/src/client/client.h b/src/client/client.h index 302689e8..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