X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=e401f463b4866a87e43833fa406b5903cadce86c;hb=8438c6f685ed43943d36996ada054941a30e3cb3;hp=53dc7864a028d72c35df5ee2dc658d39740407a8;hpb=7aa691713f4185fe142f54e14d6b623ee706f77a;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index 53dc7864..e401f463 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -127,6 +127,7 @@ public: static void userInput(const BufferInfo &bufferInfo, const QString &message); static void setBufferLastSeenMsg(BufferId id, const MsgId &msgId); // this is synced to core and other clients + static void setBufferMarkerLine(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 mergeBuffersPermanently(BufferId bufferId1, BufferId bufferId2);