Allow deleting from write-protected location in dolphin
AbandonedPublic

Authored by chinmoyr on Jun 12 2017, 4:48 PM.

Details

Reviewers
elvisangelaccio
Group Reviewers
Frameworks
Dolphin
Summary

This is a temporary patch which allows deleting items from write-protected location. This is only for testing the diff's D6197 and D6198.

Diff Detail

Repository
R318 Dolphin
Lint
Lint Skipped
Unit
Unit Tests Skipped
chinmoyr created this revision.Jun 12 2017, 4:48 PM
Restricted Application added a subscriber: Konqueror. · View Herald TranscriptJun 12 2017, 4:48 PM
chinmoyr updated this revision to Diff 15518.Jun 17 2017, 11:42 AM
dfaure added a subscriber: dfaure.Jun 17 2017, 2:18 PM
dfaure added inline comments.
src/views/dolphinview.cpp
667

itemList.reserve(list.count());

668

for (const QUrl &u : list) {

Zren added a subscriber: Zren.Jun 19 2017, 2:21 AM
chinmoyr abandoned this revision.Apr 17 2018, 5:10 PM

Not required due to design changes