X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=2babb11155e93da040a56533757696a65f9c6222;hp=c0e07d8802de7c83def1c1ccc3aea2fe152c6dc3;hb=aadd816dbcae859ce9ac5b44d609bd3094b3d6fc;hpb=da86ee7178494e6e5404887ddac98d5e107cc747 diff --git a/src/client/client.h b/src/client/client.h index c0e07d88..2babb111 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -116,6 +116,7 @@ public: static void removeBuffer(BufferId id); static void renameBuffer(BufferId bufferId, const QString &newName); static void mergeBuffersPermanently(BufferId bufferId1, BufferId bufferId2); + static void purgeKnownBufferIds(); static void logMessage(QtMsgType type, const char *msg); static inline const QString &debugLog() { return instance()->_debugLogBuffer; }