mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Undo #266 fix
This commit is contained in:
parent
afa794d92a
commit
737e76c72f
|
@ -89,7 +89,7 @@ void ChatAreaWidget::insertMessage(ChatAction* msgAction)
|
||||||
moveCursor(QTextCursor::PreviousCell);
|
moveCursor(QTextCursor::PreviousCell);
|
||||||
insertHtml(msgAction->getHtml());
|
insertHtml(msgAction->getHtml());
|
||||||
|
|
||||||
delete msgAction;
|
//delete msgAction;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChatAreaWidget::updateChatContent()
|
void ChatAreaWidget::updateChatContent()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user