Prevent crash in SyntaxHighlighter when leaving room

BUG: 467722
This commit is contained in:
Tobias Fella
2023-04-28 14:58:21 +02:00
parent 2b06679be6
commit 014185c4c9

View File

@@ -161,7 +161,7 @@ private:
QQuickTextDocument *m_document;
NeoChatRoom *m_room = nullptr;
QPointer<NeoChatRoom> m_room;
bool completionVisible = false;
QColor m_mentionColor;