X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fclient.h;h=b51cc507834ea3f7a4915e9a54314bb4136bcc3e;hb=fb6f5bcbdebd8660f355a558dd7cc47f6df45965;hp=4d1bad6c1342f252464d29fa65995afbc92692a8;hpb=e9189ebd5af607385629d3aa74dc9fc15bb642f4;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index 4d1bad6c..b51cc507 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -106,7 +106,7 @@ public: enum ClientMode { LocalCore, RemoteCore }; static void checkForHighlight(Message &msg); - static void setBufferLastSeen(BufferId id, const QDateTime &seen); // this is synced to core and other clients + static void setBufferLastSeenMsg(BufferId id, const MsgId &msgId); // this is synced to core and other clients static void removeBuffer(BufferId id); signals: @@ -170,7 +170,7 @@ private slots: void recvStatusMsg(QString network, QString message); void recvBacklogData(BufferInfo, QVariantList, bool); void updateBufferInfo(BufferInfo); - void updateLastSeen(BufferId id, const QDateTime &lastSeen); + void updateLastSeenMsg(BufferId id, const MsgId &msgId); void layoutMsg();