forked from qt-creator/qt-creator
TextEditor: more FileName -> FilePath renaming
Change-Id: Ia61868806db47561e7bf7ae9b3cfb1e62a085a7a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -316,7 +316,7 @@ Client *LanguageClientManager::clientForDocument(TextEditor::TextDocument *docum
|
||||
|
||||
Client *LanguageClientManager::clientForFilePath(const Utils::FilePath &filePath)
|
||||
{
|
||||
return clientForDocument(TextEditor::TextDocument::textDocumentForFileName(filePath));
|
||||
return clientForDocument(TextEditor::TextDocument::textDocumentForFilePath(filePath));
|
||||
}
|
||||
|
||||
Client *LanguageClientManager::clientForUri(const DocumentUri &uri)
|
||||
|
||||
Reference in New Issue
Block a user