D26470: [Solid] Port QRegExp to QRegularExpression

2020-01-06 Thread Ahmad Samir
This revision was automatically updated to reflect the committed changes.
Closed by commit R245:11ec991bd14b: [Solid] Port QRegExp to QRegularExpression 
(authored by ahmadsamir).

REPOSITORY
  R245 Solid

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D26470?vs=72894=72903

REVISION DETAIL
  https://phabricator.kde.org/D26470

AFFECTED FILES
  src/solid/devices/backends/fstab/fstabhandling.cpp
  src/solid/devices/backends/hal/halfstabhandling.cpp
  src/solid/devices/backends/udev/cpuinfo.cpp

To: ahmadsamir, #frameworks, dfaure, meven, apol
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D26470: [Solid] Port QRegExp to QRegularExpression

2020-01-06 Thread Méven Car
meven accepted this revision.
meven added a comment.
This revision is now accepted and ready to land.


  Seems good to me

REPOSITORY
  R245 Solid

BRANCH
  l-qregularexpression (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D26470

To: ahmadsamir, #frameworks, dfaure, meven, apol
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D26470: [Solid] Port QRegExp to QRegularExpression

2020-01-06 Thread Ahmad Samir
ahmadsamir created this revision.
ahmadsamir added reviewers: Frameworks, dfaure, meven, apol.
Herald added a project: Frameworks.
ahmadsamir requested review of this revision.

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

TEST PLAN
  make && ctest

REPOSITORY
  R245 Solid

BRANCH
  l-qregularexpression (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D26470

AFFECTED FILES
  src/solid/devices/backends/fstab/fstabhandling.cpp
  src/solid/devices/backends/hal/halfstabhandling.cpp
  src/solid/devices/backends/udev/cpuinfo.cpp

To: ahmadsamir, #frameworks, dfaure, meven, apol
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns