Merge pull request #561 from poixen/chatnamehighlight

Username block highlighting
This commit is contained in:
Gavin Bisesi 2015-01-20 12:35:41 -05:00
commit 6dfaa81a53
2 changed files with 21 additions and 6 deletions

View file

@ -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;