X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fsqlitestorage.h;h=d52cdfa24a73c86b5a7d802a7a9e405cf8f9e0f5;hb=767e5f04ab1aff5ea98e9d3bf67d8f22043bf90c;hp=f72a8391d48178c68f624684f640851a71728690;hpb=6a835281b265df6a06b7f41109ad2d449899fed0;p=quassel.git diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index f72a8391..d52cdfa2 100644 --- a/src/core/sqlitestorage.h +++ b/src/core/sqlitestorage.h @@ -121,7 +121,6 @@ public slots: /* Sysident handling */ QMap getAllAuthUserNames() override; - QString getAuthUserName(UserId user) override; protected: void setConnectionProperties(const QVariantMap &properties, @@ -175,7 +174,7 @@ public: bool prepareQuery(MigrationObject mo) override; - int stepSize() { return 50000; } + qint64 stepSize() { return 50000; } protected: bool transaction() override { return logDb().transaction(); }