mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -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() {
|
void ChatView::clearChat() {
|
||||||
document()->clear();
|
document()->clear();
|
||||||
|
lastSender = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChatView::enterEvent(QEvent * /*event*/)
|
void ChatView::enterEvent(QEvent * /*event*/)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue