forked from qt-creator/qt-creator
LanguageClient: Use Utils::FilePath to get file content
Change-Id: Iddb2eb5c02f3e6674f1f71bb61fb1f13dec22794 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user