X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.h;h=03dac9ae03fe1ebd096bbd3dbe54c5e5ef7369ec;hb=faa66f7e00aeeea661b46f01bdfc715567eef669;hp=da5012b67fa207238b58cd006695ba4da886601e;hpb=921e54680da16fcf2adb7a90506875aceb6633a4;p=quassel.git diff --git a/src/qtui/qtuistyle.h b/src/qtui/qtuistyle.h index da5012b6..03dac9ae 100644 --- a/src/qtui/qtuistyle.h +++ b/src/qtui/qtuistyle.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -40,6 +40,10 @@ public slots: private slots: void updateTimestampFormatString(); + /** + * Updates knowledge of whether or not to show sender brackets + */ + void updateShowSenderBrackets(); private: QString fontDescription(const QFont &font) const;