Fix autocompletion not working

BUG: 468967
This commit is contained in:
Tobias Fella
2023-05-11 10:54:30 +02:00
parent 88fada89ea
commit afb51497cd

View File

@@ -157,7 +157,7 @@ Q_SIGNALS:
private:
int completionStartIndex() const;
bool m_isEdit;
bool m_isEdit = false;
QQuickTextDocument *m_document;