X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.h;h=aaf2d69abd456558340469a5dc1318c85268c3c6;hp=3a1721dda3dae77828d0b4136dac2c50303b9692;hb=6422c61b11d97f905b6a27f2d280e9ec0d8bb3e2;hpb=feaa219d88fc4778ca787676e95ac99778df492b diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index 3a1721dd..aaf2d69a 100644 --- a/src/core/sqlitestorage.h +++ b/src/core/sqlitestorage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -106,6 +106,10 @@ public slots: QList requestMsgs(UserId user, BufferId bufferId, MsgId first = -1, MsgId last = -1, int limit = -1) override; QList requestAllMsgs(UserId user, MsgId first = -1, MsgId last = -1, int limit = -1) override; + /* Sysident handling */ + QMap getAllAuthUserNames() override; + QString getAuthUserName(UserId user) override; + protected: void setConnectionProperties(const QVariantMap & /* properties */) override {} QString driverName() override { return "QSQLITE"; }