X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.h;h=2aaceb660557f86090cf399a8f64964563f5e004;hp=d8247401fc404550403d3134677c59741b26c881;hb=27fe4e6f46547c45d19fa39c175fa2104a5feb28;hpb=fdd99d12760219b082d3d68af2c8bb2f1863745f diff --git a/src/qtui/qtuistyle.h b/src/qtui/qtuistyle.h index d8247401..2aaceb66 100644 --- a/src/qtui/qtuistyle.h +++ b/src/qtui/qtuistyle.h @@ -50,7 +50,16 @@ public slots: void generateSettingsQss() const; private slots: + /** + * Updates knowledge of whether or not to use the custom timestamp format + */ + void updateUseCustomTimestampFormat(); + + /** + * Updates knowledge of the current timestamp format + */ void updateTimestampFormatString(); + /** * Updates knowledge of whether or not to show sender brackets */