Fix autocompletion not working
BUG: 468967
This commit is contained in:
@@ -157,7 +157,7 @@ Q_SIGNALS:
|
||||
private:
|
||||
int completionStartIndex() const;
|
||||
|
||||
bool m_isEdit;
|
||||
bool m_isEdit = false;
|
||||
|
||||
QQuickTextDocument *m_document;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user