diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2018-09-20 00:25:36 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2018-09-20 05:28:28 +0000 |
commit | 7fdf1b84b7230818de990b6a8190c70ee64f9f7a (patch) | |
tree | 287da42e1ce29c8c08cc1fbc93ee8c40b7ccc3dc /src/plugins/bazaar/annotationhighlighter.h | |
parent | 260750cc245d261fc634e6cb9df30d8372b6d82f (diff) | |
download | qt-creator-7fdf1b84b7230818de990b6a8190c70ee64f9f7a.tar.gz |
Bazaar: Modernize
override, auto, nullptr
Change-Id: I052bc2759f61129c0185e3ae196de73bf22024c5
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/bazaar/annotationhighlighter.h')
-rw-r--r-- | src/plugins/bazaar/annotationhighlighter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bazaar/annotationhighlighter.h b/src/plugins/bazaar/annotationhighlighter.h index bd89f0fc39..442f3defa9 100644 --- a/src/plugins/bazaar/annotationhighlighter.h +++ b/src/plugins/bazaar/annotationhighlighter.h @@ -38,7 +38,7 @@ public: QTextDocument *document = nullptr); private: - QString changeNumber(const QString &block) const; + QString changeNumber(const QString &block) const override; mutable QRegExp m_changeset; }; |