]> cloud.milkyroute.net Git - dolphin.git/commit
- Factored out the Delete/Move To Trash action into own class.
authorDawit Alemayehu <adawit@kde.org>
Sat, 9 Feb 2013 20:56:51 +0000 (15:56 -0500)
committerDawit Alemayehu <adawit@kde.org>
Tue, 14 May 2013 12:37:21 +0000 (08:37 -0400)
commit01761798a93bc93f3e16f8fb68fe5739ab66d98b
treecfb05f25aec9e46dc37bf9ee74ea4a01764f3a3d
parent799641859e92acacb33d0dc7c9eb659b651b0a18
- Factored out the Delete/Move To Trash action into own class.
- Updated both the Dolphin KPart and context menu to use the new
  DolphinRemoveAction class to manage "Delete/Move to Trash" actions.

See also https://git.reviewboard.kde.org/r/107509/.

REVIEW: 108802
src/CMakeLists.txt
src/dolphincontextmenu.cpp
src/dolphincontextmenu.h
src/dolphinpart.cpp
src/dolphinpart.h
src/dolphinremoveaction.cpp [new file with mode: 0644]
src/dolphinremoveaction.h [new file with mode: 0644]