mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Merge pull request #986 from poixen/clear_chat_fix
Added clear chat fix
This commit is contained in:
commit
5f13f89d74
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ QString ChatView::getNameFromUserList(QMap<QString, UserListTWI *> &userList, QS
|
|||
|
||||
void ChatView::clearChat() {
|
||||
document()->clear();
|
||||
lastSender = "";
|
||||
}
|
||||
|
||||
void ChatView::enterEvent(QEvent * /*event*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue