Merge remote-tracking branch 'origin/14.0'

Change-Id: Ic3c53630e16712b6493873d21485b726f0d06574
This commit is contained in:
Eike Ziller
2024-07-08 09:50:18 +02:00
97 changed files with 2201 additions and 1657 deletions

View File

@@ -767,7 +767,7 @@ void QmlJSEditorDocumentPrivate::settingsChanged()
qCDebug(qmllsLog) << "disabling qmlls for" << q->filePath();
if (Client *client = LanguageClientManager::clientForDocument(q)) {
qCDebug(qmllsLog) << "deactivating " << q->filePath() << "in qmlls" << newQmlls;
client->deactivateDocument(q);
LanguageClientManager::openDocumentWithClient(q, nullptr);
} else
qCWarning(qmllsLog) << "Could not find client to disable for document " << q->filePath()
<< " in LanguageClient::LanguageClientManager";