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 16:17:44 +02:00
parent afa794d92a
commit 737e76c72f

View File

@ -89,7 +89,7 @@ void ChatAreaWidget::insertMessage(ChatAction* msgAction)
moveCursor(QTextCursor::PreviousCell);
insertHtml(msgAction->getHtml());
delete msgAction;
//delete msgAction;
}
void ChatAreaWidget::updateChatContent()