From: Manuel Nickschas Date: Fri, 12 Mar 2021 14:26:56 +0000 (+0100) Subject: qa: Modernize invocation of QProcess in ExecWrapper X-Git-Tag: 0.14-rc2~22 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=6c561d2b7b1bb303cfcd8a013179b1838d315910;hp=6c561d2b7b1bb303cfcd8a013179b1838d315910;p=quassel.git qa: Modernize invocation of QProcess in ExecWrapper Don't use deprecated API for QProcess in ExecWrapper for starting a script; arguments should be given as a QStringList instead of a QString. Modernize and improve the parsing of the command line by switching to QRegularExpression from QRegExp. Resolves a deprecation warning that was introduced in Qt 5.15. ---