1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-09-10 15:42:22 +02:00
parent 3f35a5a48d
commit afa794d92a

View File

@ -88,6 +88,8 @@ void ChatAreaWidget::insertMessage(ChatAction *msgAction)
moveCursor(QTextCursor::End); moveCursor(QTextCursor::End);
moveCursor(QTextCursor::PreviousCell); moveCursor(QTextCursor::PreviousCell);
insertHtml(msgAction->getHtml()); insertHtml(msgAction->getHtml());
delete msgAction;
} }
void ChatAreaWidget::updateChatContent() void ChatAreaWidget::updateChatContent()