X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreignorelistmanager.cpp;h=3b38ea4cc10feeaa70317541d597f9823e6c63d5;hb=4e43a17088e8ff76c220bd8b4ebf37d9dbb4863a;hp=3b630f352df75a540764e3f439ecce80cfe2a41d;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/core/coreignorelistmanager.cpp b/src/core/coreignorelistmanager.cpp index 3b630f35..3b38ea4c 100644 --- a/src/core/coreignorelistmanager.cpp +++ b/src/core/coreignorelistmanager.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -65,6 +65,7 @@ void CoreIgnoreListManager::save() const //void CoreIgnoreListManager::loadDefaults() { // foreach(IgnoreListItem item, IgnoreListManager::defaults()) { -// addIgnoreListItem(item.ignoreRule, item.isRegEx, item.strictness, item.scope, item.scopeRule); +// addIgnoreListItem(item.contents(), item.isRegEx(), item.strictness(), item.scope(), +// item.scopeRule()); // } //}