forked from qt-creator/qt-creator
clangd: add setting for document update timeout
Change-Id: I4fae2cdff022f6f29566c0316a8ade51d3482466 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -151,6 +151,7 @@ public:
|
||||
void cursorPositionChanged(TextEditor::TextEditorWidget *widget);
|
||||
bool documentUpdatePostponed(const Utils::FilePath &fileName) const;
|
||||
int documentVersion(const Utils::FilePath &filePath) const;
|
||||
void setDocumentChangeUpdateThreshold(int msecs);
|
||||
|
||||
// workspace control
|
||||
virtual void setCurrentProject(ProjectExplorer::Project *project);
|
||||
|
||||
Reference in New Issue
Block a user