[Solid] Port QRegExp to QRegularExpression
ClosedPublic

Authored by ahmadsamir on Jan 6 2020, 3:08 PM.

Details

Summary

Port QRegExp::exactMatch() with QRegularExpression::anchoredPattern().

Test Plan

make && ctest

Diff Detail

Repository
R245 Solid
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir created this revision.Jan 6 2020, 3:08 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 6 2020, 3:08 PM
ahmadsamir requested review of this revision.Jan 6 2020, 3:08 PM
meven accepted this revision.Jan 6 2020, 3:39 PM

Seems good to me

This revision is now accepted and ready to land.Jan 6 2020, 3:39 PM
This revision was automatically updated to reflect the committed changes.