diff options
author | David Schulz <david.schulz@qt.io> | 2022-06-03 13:50:31 +0200 |
---|---|---|
committer | David Schulz <david.schulz@qt.io> | 2022-06-07 06:29:42 +0000 |
commit | 2029fe8c99049a12c740840835dce9ae0b39dfc7 (patch) | |
tree | dba9bdb633faca8748898e2997f69b806b96d004 /src/plugins/python/pythonlanguageclient.cpp | |
parent | 5693c518bcfee9389aee7ec3efb5f0a263376fe0 (diff) | |
download | qt-creator-2029fe8c99049a12c740840835dce9ae0b39dfc7.tar.gz |
LanguageClient: fix todo
Change-Id: Ia6b3b5fe6e595c32a8b8a13b869f3178afb37ed8
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/python/pythonlanguageclient.cpp')
-rw-r--r-- | src/plugins/python/pythonlanguageclient.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/python/pythonlanguageclient.cpp b/src/plugins/python/pythonlanguageclient.cpp index ddab091bf6..f40cc8689c 100644 --- a/src/plugins/python/pythonlanguageclient.cpp +++ b/src/plugins/python/pythonlanguageclient.cpp @@ -480,8 +480,7 @@ public: TemporaryDirectory m_extraPythonPath; }; -BaseClientInterface *PyLSSettings::createInterfaceWithProject( - ProjectExplorer::Project *project) const +BaseClientInterface *PyLSSettings::createInterface(ProjectExplorer::Project *project) const { auto interface = new PyLSInterface; interface->setCommandLine(command()); |