X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=4b83d9093437c93fdb6d5e1f04583388bc71c38e;hp=23f7d32798dcca9dc38f5ea8a09787a943317726;hb=c1722505b4906fe59c48aad54e6545a17afb78d7;hpb=45affd4fa815bb21d0b2e46ac80114bb9174f801 diff --git a/src/client/client.h b/src/client/client.h index 23f7d327..4b83d909 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -149,6 +149,7 @@ public: static void purgeKnownBufferIds(); static void changePassword(const QString &oldPassword, const QString &newPassword); + static void kickClient(int peerId); #if QT_VERSION < 0x050000 static void logMessage(QtMsgType type, const char *msg); @@ -201,6 +202,8 @@ signals: //! Requests a password change (user name must match the currently logged in user) void requestPasswordChange(PeerPtr peer, const QString &userName, const QString &oldPassword, const QString &newPassword); + + void requestKickClient(int peerId); void passwordChanged(bool success); public slots: