X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=68ef20f726bebe6eb1af36c489379fbd338cb9bb;hp=c1e35157ac2aa8a53f625b3ddd7a51e95ad4c762;hb=b82e9603ab7ce1164e8f550132f0c649653ad8ab;hpb=b664a5a142f458b8d6b3ccc846df3c0676beb3aa diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index c1e35157..68ef20f7 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -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