X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fcorehighlightsettingspage.h;h=07a1cb181d043ddf2bf0581aa0e81ee162561877;hb=e567422cdd0e3c805d4bb37b81d532cb762b983e;hp=d4db4f8b57d11f9043e304d438b0f6148d9c8fbf;hpb=a95ad2de573027f9bee36db972bcae4195168d0c;p=quassel.git diff --git a/src/qtui/settingspages/corehighlightsettingspage.h b/src/qtui/settingspages/corehighlightsettingspage.h index d4db4f8b..07a1cb18 100644 --- a/src/qtui/settingspages/corehighlightsettingspage.h +++ b/src/qtui/settingspages/corehighlightsettingspage.h @@ -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();