D8367: Hidding place groups implementation in KFilePlacesModel

Laurent Montel noreply at phabricator.kde.org
Wed Oct 25 07:40:59 UTC 2017


mlaurent added inline comments.

INLINE COMMENTS

> kfileplacesmodel.cpp:596
> +    const QHash<GroupType, bool> groupStates = groupStateHidden(root);
> +    for (KFilePlacesItem *item : items) {
> +        if (bool hasToBeHidden = groupStates.value(item->groupType())) {

for(... : qAsConst(items)) {
}

REPOSITORY
  R241 KIO

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

To: franckarrecot, renatoo, mlaurent, ngraham
Cc: ngraham, mlaurent, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171025/e4db9c88/attachment.html>


More information about the Kde-frameworks-devel mailing list