<table><tr><td style="">ahmadsamir created this revision.<br />ahmadsamir added a reviewer: dfaure.<br />Herald added a project: Frameworks.<br />ahmadsamir requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D26659">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>doNameFilter() was the only protected function that took a QRegExp param.,<br />
but I couldn't find any users of it in KDE. Also changed lstFilters from<br />
from QList to QVector.</p>
<p>Port QRegExp::exactMatch() with QRegularExpression::anchoredPattern(),<br />
and QRegExp::Wildcard with QRegularExpression::wildcardToRegularExpression().</p>
<p>Note that setNameFilter() has some users, it took a QString param.,<br />
which is used as the pattern for a QRegularExpression, but there are<br />
differences between valid QRegExp and QRegularExpression patterns.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>make && ctest</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>BRANCH</strong><div><div>l-qregexp-deprecate (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D26659">https://phabricator.kde.org/D26659</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/core/kcoredirlister.cpp<br />
src/core/kcoredirlister.h<br />
src/core/kcoredirlister_p.h</div></div></div><br /><div><strong>To: </strong>ahmadsamir, dfaure<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>