D26195: Port QRegExp to QRegularExpression

2019-12-24 Thread Ahmad Samir
This revision was automatically updated to reflect the committed changes. Closed by commit R236:84d17cbde725: Port QRegExp to QRegularExpression (authored by ahmadsamir). REPOSITORY R236 KWidgetsAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26195?vs=72115&id=72143 REVISION D

D26195: Port QRegExp to QRegularExpression

2019-12-24 Thread David Faure
dfaure accepted this revision. This revision is now accepted and ready to land. REPOSITORY R236 KWidgetsAddons BRANCH l-qregularexpression (branched from master) REVISION DETAIL https://phabricator.kde.org/D26195 To: ahmadsamir, #frameworks, apol, dfaure, vkrause Cc: kde-frameworks-devel,

D26195: Port QRegExp to QRegularExpression

2019-12-23 Thread Ahmad Samir
ahmadsamir created this revision. ahmadsamir added reviewers: Frameworks, apol, dfaure, vkrause. Herald added a project: Frameworks. ahmadsamir requested review of this revision. TEST PLAN make && ctest; all unit tests pass except for two tests but the fail on master too. REPOSITORY R236 KW