aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclient.qbs
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2020-05-06 10:26:31 +0200
committerDavid Schulz <david.schulz@qt.io>2020-05-19 10:10:12 +0000
commit4121eccf1efa5d661bb2e5ede5da58e6e9f6646f (patch)
tree3c7aa018bacd7cf4e9fb211846887f06163c3f39 /src/plugins/languageclient/languageclient.qbs
parenta35832385c2940db3f42e9fdb8b95b91417a7bb9 (diff)
LSP: add symbol support class
Declutter the client and client manager by moving find usage and follow symbol into this helper. This functionality was "temporary" put into the client manager, but is more an implementation detail that shouldn't be handled in that central place. Rename symbol will also go into this helper class. Task-number: QTCREATORBUG-21578 Change-Id: I56680f6ccbb8d244066561167178af7b341b8822 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/languageclient/languageclient.qbs')
-rw-r--r--src/plugins/languageclient/languageclient.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/languageclient/languageclient.qbs b/src/plugins/languageclient/languageclient.qbs
index 0502921b9e..18b34c963c 100644
--- a/src/plugins/languageclient/languageclient.qbs
+++ b/src/plugins/languageclient/languageclient.qbs
@@ -42,6 +42,8 @@ QtcPlugin {
"languageclientquickfix.h",
"languageclientsettings.cpp",
"languageclientsettings.h",
+ "languageclientsymbolsupport.cpp",
+ "languageclientsymbolsupport.h",
"languageclientutils.cpp",
"languageclientutils.h",
"locatorfilter.cpp",