Make sender brackets configurable, on by default
[quassel.git] / src / qtui / chatscene.h
index c1e3515..68ef20f 100644 (file)
@@ -180,6 +180,11 @@ private slots:
 #endif
     void showWebPreviewChanged();
 
+    /**
+     * Updates the local setting cache of whether or not to show sender brackets
+     */
+    void showSenderBracketsChanged();
+
     void rowsRemoved();
 
     void clickTimeout();
@@ -226,6 +231,8 @@ private:
 
     bool _showWebPreview;
 
+    bool _showSenderBrackets;  /// If true, show brackets around sender names
+
     static const int _webSearchSelectionTextMaxVisible = 24;
 
 #if defined HAVE_WEBKIT || defined HAVE_WEBENGINE