forked from qt-creator/qt-creator
Clangd: Handle settings changes
Users no longer have to re-load a project for settings changes to take effect. Change-Id: I86dccccac14a30514c8dac292c7765ee4806f6ba Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cpptools/cppcodemodelsettings.h>
|
||||
#include <cpptools/refactoringengineinterface.h>
|
||||
#include <languageclient/client.h>
|
||||
#include <utils/link.h>
|
||||
@@ -49,6 +50,7 @@ public:
|
||||
|
||||
bool isFullyIndexed() const;
|
||||
QVersionNumber versionNumber() const;
|
||||
CppTools::ClangdSettings::Data settingsData() const;
|
||||
|
||||
void openExtraFile(const Utils::FilePath &filePath, const QString &content = {});
|
||||
void closeExtraFile(const Utils::FilePath &filePath);
|
||||
|
||||
Reference in New Issue
Block a user