Fix typos
[quassel.git] / src / qtui / settingspages / corehighlightsettingspage.h
index d4db4f8..dc75703 100644 (file)
@@ -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();