From 4ad5fc51ba36b68f29986a0e3368b365a354bb7b Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 14 Jul 2020 13:15:13 +0200 Subject: [PATCH] Git: Fix compile on Linux Amends 228f6d04af04f. Change-Id: I7a839bf89798c4fa3249d0538c7ddbb36b69400c Reviewed-by: Christian Kandeler --- src/plugins/git/githighlighters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/git/githighlighters.h b/src/plugins/git/githighlighters.h index 9cedb727d82..b1c8c78f896 100644 --- a/src/plugins/git/githighlighters.h +++ b/src/plugins/git/githighlighters.h @@ -72,7 +72,7 @@ private: class RebaseAction { public: - const QRegularExpression exp; + QRegularExpression exp; Format formatCategory; RebaseAction(const QString ®exp, const Format formatCategory); };