forked from qt-creator/qt-creator
LanguageClient: fix todo
Change-Id: Ia6b3b5fe6e595c32a8b8a13b869f3178afb37ed8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user