forked from qt-creator/qt-creator
LanguageClient: cleanup languageclientmanager
- sort includes
- fix clazy and clang-tidy warnings
- remove unused function
- adjust naming ('interface' -> 'client')
Change-Id: I12ada223a7a04796f0e6ac992cedf83aefe2ecc0
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -113,7 +113,6 @@ private:
|
||||
void projectRemoved(ProjectExplorer::Project *project);
|
||||
|
||||
QVector<Client *> reachableClients();
|
||||
void sendToAllReachableServers(const LanguageServerProtocol::IContent &content);
|
||||
|
||||
void clientFinished(Client *client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user