Skip to content
Commit 25d9df5c authored by Ahmad Samir's avatar Ahmad Samir
Browse files

Port QRegExp to QRegularExpression

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

Reviewers: dakon

Reviewed By: dakon

Subscribers: kde-utils-devel

Differential Revision: https://phabricator.kde.org/D27177
parent 911fbdeb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment