forked from qt-creator/qt-creator
Android: Use FilePath in JavaLanguageServer
Change-Id: Ifaaf95c7463db634a08072e5c988bfc75237f8eb Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user