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…
Reference in a new issue