]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
Move the pasteIntoFolder() method from the contextmenu into DolphinView. This allows...
[dolphin.git] / src / dolphinmainwindow.h
index 6d75d54e0ad5e052b5671c5e18a4e76390f952aa..2fbb742fd704a6f896738e2cba4c8ec7834d9ae5 100644 (file)
@@ -109,6 +109,13 @@ public slots:
     void dropUrls(const KUrl::List& urls,
                   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.
      */