aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientmanager.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2019-01-25 09:48:44 +0100
committerDavid Schulz <david.schulz@qt.io>2019-01-31 14:20:44 +0000
commitaa2ad04e04e7720f1c75d4846f8be8e1717b2f41 (patch)
tree01b8778105dfe11e4772a4272fb9c644cc26007b /src/plugins/languageclient/languageclientmanager.h
parent54437cafc62bfe50adcfcc72f3ffc49ca3f9db58 (diff)
LSP: add Command and CodeAction support to the language client
Change-Id: I9e86c17b87c6b6aef36bd0ca293d9db40c554aad Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/languageclient/languageclientmanager.h')
-rw-r--r--src/plugins/languageclient/languageclientmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/languageclient/languageclientmanager.h b/src/plugins/languageclient/languageclientmanager.h
index 2953e701cd..54f267d86d 100644
--- a/src/plugins/languageclient/languageclientmanager.h
+++ b/src/plugins/languageclient/languageclientmanager.h
@@ -56,7 +56,7 @@ public:
static void init();
static void publishDiagnostics(const Core::Id &id,
- const LanguageServerProtocol::PublishDiagnosticsParams &params);
+ const LanguageServerProtocol::PublishDiagnosticsParams &params, BaseClient *publishingClient);
static void removeMark(LanguageClientMark *mark);
static void removeMarks(const Utils::FileName &fileName);