refactor: Make connection more async (#182)

This commit is contained in:
Petr Mironychev
2025-05-01 15:35:33 +02:00
committed by GitHub
parent 4e05abc7d2
commit 25a6983de0
5 changed files with 96 additions and 28 deletions

View File

@ -38,7 +38,6 @@ protected:
private:
QPointer<TextEditor::TextEditorWidget> m_widget;
QPoint m_iconPosition;
bool m_isActive = false;
};
} // namespace QodeAssist