X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.h;h=15d5437301cf586af8778c5c545c2b4cb63ea20a;hp=3a1721dda3dae77828d0b4136dac2c50303b9692;hb=f932e5c8a0ec3ff689686a71c32ee61a428c4340;hpb=feaa219d88fc4778ca787676e95ac99778df492b diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index 3a1721dd..15d54373 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,9 @@ 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 */ + virtual const QString getAuthusername(UserId user); + protected: void setConnectionProperties(const QVariantMap & /* properties */) override {} QString driverName() override { return "QSQLITE"; }