X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=cc3803bc398356de369c12cf146629214d3b36cf;hp=ab413b8050798e6271876829b1de7e190b5a0a96;hb=d8d9cc49774faf66170790ea687c37584e5e7a51;hpb=b83a4e42913fe10343be6e6c05a45916e6304ffc diff --git a/src/client/client.h b/src/client/client.h index ab413b80..cc3803bc 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -127,7 +127,9 @@ 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 setMarkerLine(BufferId id, const MsgId &msgId); // this is synced to core and other clients + static MsgId markerLine(BufferId id); + static void removeBuffer(BufferId id); static void renameBuffer(BufferId bufferId, const QString &newName); static void mergeBuffersPermanently(BufferId bufferId1, BufferId bufferId2);