X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.h;h=4d6f0b07146ed265d25314d9ecbed59b58e7d31b;hp=30617a874c26922e6f4dcd335c13a1268c848cb8;hb=8dfdd498679c773cf2e7958c5fd434bf56f634e3;hpb=6e3574a163f07c28d44276318f2d9f92e169f491 diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index 30617a87..4d6f0b07 100644 --- a/src/core/sqlitestorage.h +++ b/src/core/sqlitestorage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,6 @@ public: std::unique_ptr createMigrationReader() override; -public slots: /* General */ bool isAvailable() const override; @@ -96,6 +95,7 @@ public slots: bool removeBuffer(const UserId& user, const BufferId& bufferId) override; bool renameBuffer(const UserId& user, const BufferId& bufferId, const QString& newName) override; bool mergeBuffersPermanently(const UserId& user, const BufferId& bufferId1, const BufferId& bufferId2) override; + QHash bufferLastMsgIds(UserId user) override; void setBufferLastSeenMsg(UserId user, const BufferId& bufferId, const MsgId& msgId) override; QHash bufferLastSeenMsgIds(UserId user) override; void setBufferMarkerLineMsg(UserId user, const BufferId& bufferId, const MsgId& msgId) override;