Background color can now be set.
[quassel.git] / src / qtui / settingspages / colorsettingspage.h
index 4df8d69..6cd2159 100644 (file)
@@ -61,7 +61,8 @@ class ColorSettingsPage : public SettingsPage {
     bool testHasChanged();
     void chatviewPreview();
     void bufferviewPreview();
-    void saveColor(UiStyle::FormatType formatType, const QColor &color);
+    void saveColor(bool foreground, UiStyle::FormatType formatType, const QColor &color, bool enableColor=true);
+    void saveMircColor(bool foreground, UiStyle::FormatType formatType, const QColor &color);
 };
 
 #endif