X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fcorehighlightsettingspage.h;h=dc7570368b20c5226cf9b437e9c7612b9aab4db1;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hp=d4db4f8b57d11f9043e304d438b0f6148d9c8fbf;hpb=a95ad2de573027f9bee36db972bcae4195168d0c;p=quassel.git diff --git a/src/qtui/settingspages/corehighlightsettingspage.h b/src/qtui/settingspages/corehighlightsettingspage.h index d4db4f8b..dc757036 100644 --- a/src/qtui/settingspages/corehighlightsettingspage.h +++ b/src/qtui/settingspages/corehighlightsettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2020 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -46,6 +46,15 @@ public slots: void revert(); void clientConnected(); +signals: + /** + * Signals the local highlight settings have been changed as part of cleaning up after + * importing the rules locally. + * + * @see CoreHighlightSettingsPage::importRules() + */ + void localHighlightsChanged(); + private slots: void coreConnectionStateChanged(bool state); void widgetHasChanged(); @@ -80,7 +89,7 @@ private slots: void importRules(); /** - * Event handler for core unspported Details button + * Event handler for core unsupported Details button */ void on_coreUnsupportedDetails_clicked();