forked from qt-creator/qt-creator
LanguageClient: more FileName to FilePath renaming
Change-Id: I803211d462b442b6881a02e870d2cd816675e0d9 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ DocumentSymbolCache::DocumentSymbolCache(Client *client)
|
||||
this,
|
||||
[this](Core::IDocument *document) {
|
||||
connect(document, &Core::IDocument::contentsChanged, this, [this, document]() {
|
||||
m_cache.remove(DocumentUri::fromFileName(document->filePath()));
|
||||
m_cache.remove(DocumentUri::fromFilePath(document->filePath()));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user