chinmoyr abandoned this revision.
chinmoyr added a comment.
Not required due to design changes
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D6199
To: chinmoyr, elvisangelaccio, #frameworks, #dolphin
Cc: Zren, dfaure, #konqueror
dfaure added inline comments.
INLINE COMMENTS
> dolphinview.cpp:667
> const QList list = simplifiedSelectedUrls();
> +KFileItemList itemList;
> +foreach(QUrl u , list) {
itemList.reserve(list.count());
> dolphinview.cpp:668
> +KFileItemList itemList;
> +foreach(QUrl u , lis
chinmoyr updated this revision to Diff 15518.
REPOSITORY
R318 Dolphin
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D6199?vs=15390&id=15518
REVISION DETAIL
https://phabricator.kde.org/D6199
AFFECTED FILES
src/dolphinmainwindow.cpp
src/views/dolphinview.cpp
To: chinmoyr, elvis
chinmoyr created this revision.
Restricted Application added a subscriber: Konqueror.
REVISION SUMMARY
This is a temporary patch which allows deleting items from write-protected
location. This is only for testing the diff's https://phabricator.kde.org/D6197
and https://phabricator.kde.org/D619