LanguageClient: fix todo

Change-Id: Ia6b3b5fe6e595c32a8b8a13b869f3178afb37ed8
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
David Schulz
2022-06-03 13:50:31 +02:00
parent 5693c518bc
commit 2029fe8c99
6 changed files with 14 additions and 14 deletions

View File

@@ -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());