Commit 5f13f89d authored by ctrlaltca's avatar ctrlaltca
Browse files

Merge pull request #986 from poixen/clear_chat_fix

Added clear chat fix
parents e69ca601 86fa02c6
......@@ -305,6 +305,7 @@ QString ChatView::getNameFromUserList(QMap<QString, UserListTWI *> &userList, QS
void ChatView::clearChat() {
document()->clear();
lastSender = "";
}
void ChatView::enterEvent(QEvent * /*event*/)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment