[Differential] [Accepted] D3271: Drop ArchiveModelSorter class
rthomsen (Ragnar Thomsen)
noreply at phabricator.kde.org
Sat Nov 5 16:03:54 UTC 2016
rthomsen accepted this revision.
rthomsen added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> archivemodel.cpp:332-334
> + if ((leftEntry->isDir()) && (!rightEntry->isDir())) {
> + isLessThan = true;
> + } else if ((!leftEntry->isDir()) && (rightEntry->isDir())) {
The extra parentheses are unnecessary here.
REPOSITORY
rARK Ark
REVISION DETAIL
https://phabricator.kde.org/D3271
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: elvisangelaccio, rthomsen
Cc: kde-utils-devel, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20161105/8e75f236/attachment.html>
More information about the Kde-utils-devel
mailing list