X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fhighlightsettingspage.h;h=87ff64b6cdd883425d8ee8540ee2c0d8788b40a8;hp=423e1b4a9285483001d430d7fac4db1dab3cb87f;hb=12028f7dfb31ebf5694f5dae95bfc31bcde83b43;hpb=1cb02004ee5973b89368bd84f234d4652794690d diff --git a/src/qtui/settingspages/highlightsettingspage.h b/src/qtui/settingspages/highlightsettingspage.h index 423e1b4a..87ff64b6 100644 --- a/src/qtui/settingspages/highlightsettingspage.h +++ b/src/qtui/settingspages/highlightsettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -36,6 +36,8 @@ public: bool hasDefaults() const; + bool isSelectable() const override; + public slots: void save(); void load();