Android: Use FilePath in JavaLanguageServer

Change-Id: Ifaaf95c7463db634a08072e5c988bfc75237f8eb
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
hjk
2021-09-27 11:13:56 +02:00
parent cef21f46e8
commit 5c7b4d66c5
2 changed files with 18 additions and 21 deletions

View File

@@ -42,9 +42,9 @@ public:
void fromMap(const QVariantMap &map) final;
LanguageClient::BaseSettings *copy() const final;
LanguageClient::Client *createClient(LanguageClient::BaseClientInterface *interface) const final;
LanguageClient::BaseClientInterface *createInterface() const override;
LanguageClient::BaseClientInterface *createInterface() const final;
QString m_languageServer;
Utils::FilePath m_languageServer;
private:
JLSSettings(const JLSSettings &other) = default;