X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlauthenticator.cpp;h=52f0ac640f0cd1985737a7f793e13e1620560ff5;hp=fe8fffcb9ecb21881964595b300f1966506d96fe;hb=d6f3eedebc7f9619b04dffc5f48faa792950fdcd;hpb=931e5280abc6738f94ac052af2a7e31e82487cf1 diff --git a/src/core/sqlauthenticator.cpp b/src/core/sqlauthenticator.cpp index fe8fffcb..52f0ac64 100644 --- a/src/core/sqlauthenticator.cpp +++ b/src/core/sqlauthenticator.cpp @@ -63,14 +63,14 @@ UserId SqlAuthenticator::validateUser(const QString &user, const QString &passwo bool SqlAuthenticator::setup(const QVariantMap &settings) { - return true; + return true; } Authenticator::State SqlAuthenticator::init(const QVariantMap &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. - - quInfo() << qPrintable(displayName()) << "Authenticator is ready."; - return IsReady; -} \ No newline at end of file + // 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. + + quInfo() << qPrintable(displayName()) << "Authenticator is ready."; + return IsReady; +}