D26359: Port QRegExp to QRegularExpression
    Ahmad Samir 
    noreply at phabricator.kde.org
       
    Thu Jan  2 07:52:38 GMT 2020
    
    
  
ahmadsamir created this revision.
ahmadsamir added a reviewer: Plasma.
Herald added a project: Frameworks.
ahmadsamir requested review of this revision.
REVISION SUMMARY
  With QRegularExpression, a "-" character inside a character class, [],
  indicates a range; one way to match a literal "-" inside [] is to escape
  it "\-". See https://perldoc.perl.org/perlre.html
TEST PLAN
  make && ctest
REPOSITORY
  R290 KPackage
BRANCH
  l-qregularexpression (branched from master)
REVISION DETAIL
  https://phabricator.kde.org/D26359
AFFECTED FILES
  src/kpackage/private/packagejobthread.cpp
To: ahmadsamir, #plasma
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200102/bb9e0424/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list