bruns added inline comments.

INLINE COMMENTS

> kfileplacesmodel.cpp:758
> +                KFilePlacesItem *item = nullptr;
> +                if (deviceAvailable) {
> +                    item = new KFilePlacesItem(bookmarkManager, 
> bookmark.address(), udi);

you have dropped the `allowedHere` check. Probably just `if (!allowedHere) 
continue`.

And for reasons unknown to me, `tags:` is not filtered per app - move the 
allowedHere check to the very beginning of the `while(...)` loop.

> kfileplacesmodel.cpp:759
> +                if (deviceAvailable) {
> +                    item = new KFilePlacesItem(bookmarkManager, 
> bookmark.address(), udi);
> +                    if (!item->hasSupportedScheme(supportedSchemes)) {

Does KFilePlacesItem have a move constructor? You can do the heap allocation 
then only if necessary.

REPOSITORY
  R120 Plasma Workspace

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

To: broulik, #frameworks, dfaure, ngraham
Cc: bruns, ngraham, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, 
fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart

Reply via email to