X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fsonnetsettingspage.cpp;h=8bd842ad64fe0cbbc37c4d83498e176f944a38d9;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=73b739d64f203c35d58cca5ebff4ca81ea40591a;hpb=56e1d275c2f8a59eaf9d19ba76aca5f1d3163683;p=quassel.git diff --git a/src/qtui/settingspages/sonnetsettingspage.cpp b/src/qtui/settingspages/sonnetsettingspage.cpp index 73b739d6..8bd842ad 100644 --- a/src/qtui/settingspages/sonnetsettingspage.cpp +++ b/src/qtui/settingspages/sonnetsettingspage.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 * @@ -49,14 +49,14 @@ void SonnetSettingsPage::defaults() void SonnetSettingsPage::load() { - + SettingsPage::load(); } void SonnetSettingsPage::save() { _configWidget->save(); - setChangedState(false); + SettingsPage::save(); }