diff options
| author | Peter Penz <[email protected]> | 2008-03-29 14:54:56 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-29 14:54:56 +0000 |
| commit | c33b01efb2aed904af9ffaef27fb3b0b4bdda37b (patch) | |
| tree | 8de624beb23caaf5296e4bf3428d8e92174fc689 /src/dolphincontextmenu.h | |
| parent | 6816615900b3175ceccaa1b85f318d4a8f5f1230 (diff) | |
Move the pasteIntoFolder() method from the contextmenu into DolphinView. This allows to show the information inside the statusbar, that the paste operation has been completed (also some code duplication can be prevented by the way).
svn path=/trunk/KDE/kdebase/apps/; revision=791436
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 0b4d2bf53..f7234f8e0 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -69,9 +69,6 @@ public: /** Opens the context menu model. */ void open(); -private slots: - void pasteIntoFolder(); - private: void openTrashContextMenu(); void openTrashItemContextMenu(); |
