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

Reply via email to