X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoresettings.cpp;h=27b0c7c846c8dd6339e060f99da8abf436196ac3;hb=cdc6091a2e02b84a48937cda287a0769ceb8726a;hp=45d9f67915222f9e7344ac29ddb70de5e4a8f715;hpb=d6f3eedebc7f9619b04dffc5f48faa792950fdcd;p=quassel.git diff --git a/src/core/coresettings.cpp b/src/core/coresettings.cpp index 45d9f679..27b0c7c8 100644 --- a/src/core/coresettings.cpp +++ b/src/core/coresettings.cpp @@ -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 * @@ -43,11 +43,13 @@ QVariant CoreSettings::storageSettings(const QVariant &def) return localValue("StorageSettings", def); } + QVariant CoreSettings::authSettings(const QVariant &def) { return localValue("AuthSettings", def); } + void CoreSettings::setAuthSettings(const QVariant &data) { setLocalValue("AuthSettings", data);