D6199: Allow deleting from write-protected location in dolphin
David Faure
noreply at phabricator.kde.org
Sat Jun 17 14:18:39 UTC 2017
dfaure added inline comments.
INLINE COMMENTS
> dolphinview.cpp:667
> const QList<QUrl> list = simplifiedSelectedUrls();
> + KFileItemList itemList;
> + foreach(QUrl u , list) {
itemList.reserve(list.count());
> dolphinview.cpp:668
> + KFileItemList itemList;
> + foreach(QUrl u , list) {
> + KFileItem i(u);
for (const QUrl &u : list) {
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D6199
To: chinmoyr, elvisangelaccio, #frameworks, #dolphin
Cc: dfaure, #konqueror
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170617/403517da/attachment.html>
More information about the Kde-frameworks-devel
mailing list