D27177: Port QRegExp to QRegularExpression
Ahmad Samir
noreply at phabricator.kde.org
Wed Feb 5 20:58:20 GMT 2020
ahmadsamir created this revision.
ahmadsamir added a reviewer: dakon.
ahmadsamir requested review of this revision.
REVISION SUMMARY
In kgpgOptions::updateWidgets(), I assumed "[0-9A-Fa-F]" had a typo and
replaced the last "F" with "f".
Port QRegExp::exactMatch() with QRegularExpression::anchoredPattern(),
except in KGpgGroupNodePrivate::groupPattern() as the pattern is already
anchored with ^ and $.
TEST PLAN
make && ctest
REPOSITORY
R358 KGpg
BRANCH
l-qregularexpression (branched from master)
REVISION DETAIL
https://phabricator.kde.org/D27177
AFFECTED FILES
core/KGpgGroupNode.cpp
keyservers.cpp
keysmanager.cpp
kgpgoptions.cpp
model/kgpgsearchresultmodel.cpp
model/selectkeyproxymodel.cpp
transactions/kgpgtextorfiletransaction.cpp
transactions/kgpgverify.cpp
To: ahmadsamir, dakon
Cc: kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20200205/093f6734/attachment.html>
More information about the Kde-utils-devel
mailing list