forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/14.0'
Change-Id: Ic3c53630e16712b6493873d21485b726f0d06574
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user