diff options
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()); |