renatoo added inline comments. INLINE COMMENTS
> kfileplacesmodel.cpp:257 > > bool KFilePlacesModel::isHidden(const QModelIndex &index) const > { should this check if the group which the index belongs is hider or not? Something like: return (data(index, HiddenRole).toBool() || isPlaceGroupHidden(index)); REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D8367 To: franckarrecot, renatoo, mlaurent, ngraham Cc: ngraham, mlaurent, #frameworks