┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-29 14:54:56 +0000
committerPeter Penz <[email protected]>2008-03-29 14:54:56 +0000
commitc33b01efb2aed904af9ffaef27fb3b0b4bdda37b (patch)
tree8de624beb23caaf5296e4bf3428d8e92174fc689 /src/dolphinmainwindow.h
parent6816615900b3175ceccaa1b85f318d4a8f5f1230 (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/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 6d75d54e0..2fbb742fd 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -110,6 +110,13 @@ public slots:
const KUrl& destination);
/**
+ * Pastes the clipboard data into the currently selected folder
+ * of the active view. If not exactly one folder is selected,
+ * no pasting is done at all.
+ */
+ void pasteIntoFolder();
+
+ /**
* Returns the main window ID used through DBus.
*/
int getId() const;