Optionally use system locale for chat timestamp
[quassel.git] / src / qtui / chatscene.h
index e06d22d..4e90951 100644 (file)
@@ -185,6 +185,11 @@ private slots:
      */
     void showSenderBracketsChanged();
 
+    /**
+     * Updates the local setting cache of whether or not to use the custom timestamp format
+     */
+    void useCustomTimestampFormatChanged();
+
     /**
      * Updates the local setting cache of the timestamp format string
      */
@@ -247,6 +252,7 @@ private:
 
     bool _showSenderBrackets;  /// If true, show brackets around sender names
 
+    bool _useCustomTimestampFormat; /// If true, use the custom timestamp format
     QString _timestampFormatString; /// Format of the timestamp string
     bool _timestampHasBrackets;     /// If true, timestamp format has [brackets] of some sort