X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=cc3803bc398356de369c12cf146629214d3b36cf;hb=712781ef33198acb7267e02ee6f8f9bfc8598d5a;hp=30ef2d9f1d8a4237d0f88ded95eeaec2e5967b6f;hpb=7582ce11d6fb8b5123f7ac4794c57e981a634e93;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index 30ef2d9f..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); @@ -202,7 +204,6 @@ private slots: void coreNetworkRemoved(NetworkId); void requestInitialBacklog(); - void createDefaultBufferView(); void sendBufferedUserInput();