From 7be0ff7fe32ef01839de4ad0a8142ca05438b500 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Sun, 12 Mar 2017 22:20:57 +0100 Subject: Migrate to QRegularExpression This patch updates the code base to use QRegularExpression in the place of the deprecated QRegExp class. Change-Id: I884282c3ee59db8742b7883a7815a55b529029a0 Reviewed-by: Oliver Wolff --- src/winextras/qwinjumplist.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/winextras/qwinjumplist.cpp b/src/winextras/qwinjumplist.cpp index a277a74..12fa2e5 100644 --- a/src/winextras/qwinjumplist.cpp +++ b/src/winextras/qwinjumplist.cpp @@ -60,6 +60,7 @@ #include #include #include +#include #include #include @@ -95,7 +96,7 @@ static QString createArguments(const QStringList &arguments) for (int i=0; i