forked from qt-creator/qt-creator
LSP: let the settings generate the client
In preperation for settings other than the stdio client. Change-Id: I11635119db9165163947d822e911ee26ce8548f1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -61,7 +61,6 @@ public:
|
||||
static void removeMarks(const Utils::FileName &fileName, const Core::Id &id);
|
||||
static void removeMarks(const Core::Id &id);
|
||||
|
||||
static void startClient(LanguageClientSettings setting);
|
||||
static void startClient(BaseClient *client);
|
||||
static QVector<BaseClient *> clients();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user