aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar/annotationhighlighter.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-03 17:35:54 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-04 10:45:13 +0000
commit74849134f4f44c88616311b89c37516c53510e08 (patch)
treec64166bfff72f3c76eae1ac0d04ce15654d22187 /src/plugins/bazaar/annotationhighlighter.cpp
parent063b9775a9d0404cae84417895ccb966750b5b55 (diff)
Bazaar: Modernize
* Use pragma once * Remove unused member variables * Use overrides Change-Id: I190262143e6a51cf6882aceab64e8461202c74a3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/bazaar/annotationhighlighter.cpp')
-rw-r--r--src/plugins/bazaar/annotationhighlighter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/bazaar/annotationhighlighter.cpp b/src/plugins/bazaar/annotationhighlighter.cpp
index 70846710289..5980470a6f0 100644
--- a/src/plugins/bazaar/annotationhighlighter.cpp
+++ b/src/plugins/bazaar/annotationhighlighter.cpp
@@ -33,8 +33,7 @@ BazaarAnnotationHighlighter::BazaarAnnotationHighlighter(const ChangeNumbers &ch
QTextDocument *document)
: VcsBase::BaseAnnotationHighlighter(changeNumbers, document),
m_changeset(QLatin1String(Constants::ANNOTATE_CHANGESET_ID))
-{
-}
+{ }
QString BazaarAnnotationHighlighter::changeNumber(const QString &block) const
{