X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=ac3663dda85543010e0aef2a05de175bbc6ce244;hp=610e732fa399a0fe4ff77839671901a1e61c22db;hb=7897b8623a42967511e31c68d5c102033a1dcdb9;hpb=981b43a699b4dd6da16e45f74d59443b68ad4b9c diff --git a/src/client/client.h b/src/client/client.h index 610e732f..ac3663dd 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -113,6 +113,7 @@ public: static void setBufferLastSeenMsg(BufferId id, const MsgId &msgId); // this is synced to core and other clients static void removeBuffer(BufferId id); + static void renameBuffer(BufferId bufferId, const QString &newName); static void logMessage(QtMsgType type, const char *msg); static inline const QString &debugLog() { return instance()->_debugLogBuffer; }