mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Click tag mentions
You can now click on a username in the main chat to add a "@username" tag to the chat. Makes communication with other users using tags faster.
This commit is contained in:
parent
9b7f488bd7
commit
45112e49b1
4 changed files with 14 additions and 4 deletions
|
|
@ -49,6 +49,7 @@ signals:
|
|||
void cardNameHovered(QString cardName);
|
||||
void showCardInfoPopup(QPoint pos, QString cardName);
|
||||
void deleteCardInfoPopup(QString cardName);
|
||||
void addMentionTag(QString mentionTag);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue