diff options
| author | David Schulz <[email protected]> | 2023-11-01 15:05:03 +0100 |
|---|---|---|
| committer | David Schulz <[email protected]> | 2023-11-28 12:17:14 +0000 |
| commit | 09e94ae4ac040ad313b7b86e62489dee7cd3804a (patch) | |
| tree | 1e907c076ba18b326b413ed5ac551db4a3e5e380 /src/plugins/python/pythonlanguageclient.h | |
| parent | 12428bf1d67bd282c5276383c91d968451b44036 (diff) | |
Python: use kits page in python wizards
Change-Id: I1f7aaf145443481546abb868c8c167186600b848
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/python/pythonlanguageclient.h')
| -rw-r--r-- | src/plugins/python/pythonlanguageclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/python/pythonlanguageclient.h b/src/plugins/python/pythonlanguageclient.h index 41b559a0427..d3c88f046f2 100644 --- a/src/plugins/python/pythonlanguageclient.h +++ b/src/plugins/python/pythonlanguageclient.h @@ -67,6 +67,8 @@ private: QPointer<TextEditor::TextDocument> document); QHash<Utils::FilePath, QList<TextEditor::TextDocument *>> m_infoBarEntries; + QHash<TextEditor::TextDocument *, QPointer<QFutureWatcher<PythonLanguageServerState>>> + m_runningChecks; }; } // Python::Internal |
