X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlauthenticator.cpp;h=e7f057b7bc55719eb5ca5bc2b6c118848f3439ad;hp=f1ed1697646068c4bd222e55a3711e6d11b3bec3;hb=4b0caf61565c8791efba283bbcaf73530b9feafc;hpb=4aae600b63d1b8a63d2a49724014a265e2e247f4 diff --git a/src/core/sqlauthenticator.cpp b/src/core/sqlauthenticator.cpp index f1ed1697..e7f057b7 100644 --- a/src/core/sqlauthenticator.cpp +++ b/src/core/sqlauthenticator.cpp @@ -63,11 +63,14 @@ UserId SqlAuthenticator::validateUser(const QString &user, const QString &passwo bool SqlAuthenticator::setup(const QVariantMap &settings) { + Q_UNUSED(settings) return true; } Authenticator::State SqlAuthenticator::init(const QVariantMap &settings) { + Q_UNUSED(settings) + // TODO: FIXME: this should check if the storage provider is ready, but I don't // know if there's an exposed way to do that at the moment.