diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-01-17 21:51:27 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-01-18 11:43:17 +0100 |
commit | 9417bea9acd7184b33adc176c1c5b507126b0c69 (patch) | |
tree | c925edf28bfb8cd0b895bd25878b55529ea292e2 /src/plugins/git/annotationhighlighter.h | |
parent | df5cd3d6f59a10af887536a50967b490ee00c091 (diff) | |
download | qt-creator-9417bea9acd7184b33adc176c1c5b507126b0c69.tar.gz |
VCS: Remove superfluous virtual
Change-Id: I105057202091f4b90f7f50eefb3506ee56d4bc1b
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/annotationhighlighter.h')
-rw-r--r-- | src/plugins/git/annotationhighlighter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/annotationhighlighter.h b/src/plugins/git/annotationhighlighter.h index 1047263c24..fbaf4c3082 100644 --- a/src/plugins/git/annotationhighlighter.h +++ b/src/plugins/git/annotationhighlighter.h @@ -44,7 +44,7 @@ public: QTextDocument *document = 0); private: - virtual QString changeNumber(const QString &block) const; + QString changeNumber(const QString &block) const; const QChar m_blank; }; |