D8367: Hidding place groups implementation in KFilePlacesModel
Renato Oliveira Filho
noreply at phabricator.kde.org
Tue Oct 24 15:12:50 UTC 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171024/270c84bb/attachment.html>
More information about the Kde-frameworks-devel
mailing list