VcsBase: Use override consistently

clang-tidy fixes from modernize-use-override check.

Change-Id: I4775c493dbeefaf832b862f8740f216a3aacbfc6
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2018-05-07 15:02:04 +02:00
parent e7d13245a4
commit 5451413c2d
4 changed files with 6 additions and 6 deletions

View File

@@ -45,9 +45,9 @@ public:
void setChangeNumbers(const ChangeNumbers &changeNumbers);
virtual void highlightBlock(const QString &text) override;
void highlightBlock(const QString &text) override;
virtual void setFontSettings(const TextEditor::FontSettings &fontSettings) override;
void setFontSettings(const TextEditor::FontSettings &fontSettings) override;
private:
// Implement this to return the change number of a line