summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonlanguageclient.cpp
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2022-06-03 13:50:31 +0200
committerDavid Schulz <david.schulz@qt.io>2022-06-07 06:29:42 +0000
commit2029fe8c99049a12c740840835dce9ae0b39dfc7 (patch)
treedba9bdb633faca8748898e2997f69b806b96d004 /src/plugins/python/pythonlanguageclient.cpp
parent5693c518bcfee9389aee7ec3efb5f0a263376fe0 (diff)
downloadqt-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.cpp3
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());