D6199: Allow deleting from write-protected location in dolphin
David Faure
noreply at phabricator.kde.org
Sat Jun 17 15:18:39 BST 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: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20170617/06f8aa86/attachment.htm>
More information about the kfm-devel
mailing list