Review Request 128889: Fix KFileItem::overlays returning empty string values
Chinmoy Ranjan Pradhan
chinmoyrp65 at gmail.com
Sun Sep 11 16:16:41 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128889/
-----------------------------------------------------------
(Updated Sept. 11, 2016, 4:16 p.m.)
Status
------
This change has been marked as submitted.
Review request for KDE Frameworks and David Faure.
Repository: kio
Description
-------
KFileItem::overlays always returns a string list with an empty string as the list's first element.
For example,
for a symlink the list will be like this: {"", emblem-symbiolic-link}
and for a plain text file it'll be like : {""} (here it should be completely empty, size=0)
This patch attempts to fix the issue.
Diffs
-----
src/core/kfileitem.cpp b5ed5fd
Diff: https://git.reviewboard.kde.org/r/128889/diff/
Testing
-------
Thanks,
Chinmoy Ranjan Pradhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160911/e726d35c/attachment.html>
More information about the Kde-frameworks-devel
mailing list