LanguageClient: Use Utils::FilePath to get file content

Change-Id: Iddb2eb5c02f3e6674f1f71bb61fb1f13dec22794
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
David Schulz
2021-05-18 07:05:39 +02:00
parent 55208afac4
commit f8ca730121
3 changed files with 14 additions and 15 deletions

View File

@@ -64,7 +64,7 @@ public:
void renameSymbol(TextEditor::TextDocument *document, const QTextCursor &cursor);
static Core::Search::TextRange convertRange(const LanguageServerProtocol::Range &range);
static QStringList getFileContents(const QString &filePath);
static QStringList getFileContents(const Utils::FilePath &filePath);
private:
void handleFindReferencesResponse(