D27177: Port QRegExp to QRegularExpression
Rolf Eike Beer
noreply at phabricator.kde.org
Mon Mar 16 21:34:12 GMT 2020
dakon requested changes to this revision.
dakon added a comment.
This revision now requires changes to proceed.
Thanks for the reminder, this sadly got lost in my inbox.
INLINE COMMENTS
> kgpgoptions.cpp:85
> // ' (Default)' from KDE 3.x.x
> - serverList.replaceInStrings(QRegExp( QLatin1String( " .*") ), QString() );
> + serverList.replaceInStrings(QRegularExpression( QStringLiteral( " .*") ), QString() );
>
Please remove the extra spaces here, and at a few other places below that you have touched.
REPOSITORY
R358 KGpg
REVISION DETAIL
https://phabricator.kde.org/D27177
To: ahmadsamir, dakon
Cc: kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20200316/2061ae3c/attachment.html>
More information about the Kde-utils-devel
mailing list