D23650: Add an icon for the trash root and a proper label

Kai Uwe Broulik noreply at phabricator.kde.org
Sun Sep 1 17:31:10 BST 2019


broulik added inline comments.

INLINE COMMENTS

> kio_trash.cpp:280
>      entry.clear();
> -    entry.fastInsert(KIO::UDSEntry::UDS_NAME, QStringLiteral("."));
>      entry.fastInsert(KIO::UDSEntry::UDS_FILE_TYPE, S_IFDIR);

`UDS_NAME` has to be "." to denote it's the root entry. You want to be adding a `UDS_DISPLAY_NAME` entry here

REPOSITORY
  R241 KIO

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

To: meven, ngraham, #frameworks
Cc: broulik, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190901/fb25802f/attachment.html>


More information about the Kde-frameworks-devel mailing list