aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar/annotationhighlighter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bazaar/annotationhighlighter.h')
-rw-r--r--src/plugins/bazaar/annotationhighlighter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/bazaar/annotationhighlighter.h b/src/plugins/bazaar/annotationhighlighter.h
index 442f3defa9..7e16bbf0cd 100644
--- a/src/plugins/bazaar/annotationhighlighter.h
+++ b/src/plugins/bazaar/annotationhighlighter.h
@@ -26,7 +26,7 @@
#pragma once
#include <vcsbase/baseannotationhighlighter.h>
-#include <QRegExp>
+#include <QRegularExpression>
namespace Bazaar {
namespace Internal {
@@ -39,7 +39,7 @@ public:
private:
QString changeNumber(const QString &block) const override;
- mutable QRegExp m_changeset;
+ const QRegularExpression m_changeset;
};
} // namespace Internal