Exclude current file cache from request

This commit is contained in:
Petr Mironychev
2024-09-11 01:37:57 +02:00
parent cd1a9e16e0
commit 2fb876ff00
3 changed files with 8 additions and 6 deletions

View File

@ -45,7 +45,7 @@ public:
int position,
int charsRemoved,
int charsAdded);
QString getRecentChangesContext() const;
QString getRecentChangesContext(const TextEditor::TextDocument *currentDocument) const;
private:
ChangesManager();