aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-10-23 15:32:53 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2023-11-27 13:00:36 +0000
commitba249a35141892168f16fd3c6e4613f7b0f67131 (patch)
treef1c922bc3bd077aad81b4d9b4071983d3baa3b84 /src/plugins/qmljseditor
parent32ed2cb9c793a9d7c186f2b177866a1074f206ae (diff)
QbsProjectManager: Add a language client
... and use it to follow symbols that QmlJSEditor does not know about. For now, the only implemented case on the server side is getting to a product or module via a Depends item. More functionality will follow. Change-Id: I597c7ab10f4bf6962684ed26357dfc0eef3a6c15 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/qmljseditor')
-rw-r--r--src/plugins/qmljseditor/qmljseditor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljseditor.cpp b/src/plugins/qmljseditor/qmljseditor.cpp
index a590c0fd83..a8cdb56926 100644
--- a/src/plugins/qmljseditor/qmljseditor.cpp
+++ b/src/plugins/qmljseditor/qmljseditor.cpp
@@ -1134,7 +1134,6 @@ QmlJSEditorFactory::QmlJSEditorFactory(Utils::Id _id)
using namespace Utils::Constants;
addMimeType(QML_MIMETYPE);
addMimeType(QMLPROJECT_MIMETYPE);
- addMimeType(QBS_MIMETYPE);
addMimeType(QMLTYPES_MIMETYPE);
addMimeType(JS_MIMETYPE);