diff options
author | hjk <hjk@qt.io> | 2022-04-13 12:26:54 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2022-04-27 08:54:22 +0000 |
commit | 28cfdf388ae3e3ed7e073e98a83c737d889d887f (patch) | |
tree | 5e984b0bfccee996b8329b6c5a1899aa4c195273 /src/plugins/python/pythonlanguageclient.cpp | |
parent | 9a6d8aebe79993ee9de17b642fb253b925624739 (diff) | |
download | qt-creator-28cfdf388ae3e3ed7e073e98a83c737d889d887f.tar.gz |
Promote previously python-specific InterpreterAspect
... and drop PythonRunConfiguration, which is a plain RunConfiguration now.
Change-Id: I540cb738180fc1424f730d6d1998886915ce527b
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/python/pythonlanguageclient.cpp')
-rw-r--r-- | src/plugins/python/pythonlanguageclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/python/pythonlanguageclient.cpp b/src/plugins/python/pythonlanguageclient.cpp index c49ba40426..bf131a73c1 100644 --- a/src/plugins/python/pythonlanguageclient.cpp +++ b/src/plugins/python/pythonlanguageclient.cpp @@ -56,6 +56,7 @@ #include <QTimer> using namespace LanguageClient; +using namespace ProjectExplorer; using namespace Utils; namespace Python { |