X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=4e90951706b666c9c7df70e406fa1412d4b17f23;hb=b2c3e61e5888741644b24f5b3701a6311ec631dd;hp=e06d22df4c104771fecfdac11a071e52d170da4e;hpb=faa66f7e00aeeea661b46f01bdfc715567eef669;p=quassel.git diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index e06d22df..4e909517 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -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