mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-19 05:13:54 -07:00
Uername block highlighting
I was able to find a simple way to achive the block highlighting.
This commit is contained in:
parent
e4afd9fa4d
commit
49d3ad73d5
2 changed files with 21 additions and 6 deletions
|
|
@ -22,6 +22,10 @@ private:
|
|||
enum HoveredItemType { HoveredNothing, HoveredUrl, HoveredCard, HoveredUser };
|
||||
UserContextMenu *userContextMenu;
|
||||
QString lastSender;
|
||||
QString userName;
|
||||
QString mention;
|
||||
QTextCharFormat mentionFormat;
|
||||
QTextCharFormat defaultFormat;
|
||||
bool evenNumber;
|
||||
bool showTimestamps;
|
||||
HoveredItemType hoveredItemType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue