client: Deprecate local highlight, migrate cleanup
[quassel.git] / src / qtui / settingspages / corehighlightsettingspage.h
index d4db4f8..07a1cb1 100644 (file)
@@ -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();