]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinviewactionhandler.h
## Summary
[dolphin.git] / src / views / dolphinviewactionhandler.h
index f931b3b9c5556efd38fcba2b034611f4d4718dd5..d6b0d3b84bcd91e761f41f592d0df77a1332ddca 100644 (file)
@@ -206,6 +206,11 @@ private Q_SLOTS:
      */
     void slotAdjustViewProperties();
 
+    /**
+     * Begins a duplicate operation on the selected files
+     */
+    void slotDuplicate();
+
     /**
      * Connected to the "properties" action.
      * Opens the properties dialog for the selected items of the
@@ -214,6 +219,11 @@ private Q_SLOTS:
      */
     void slotProperties();
 
+    /**
+     * Copies the path of the first selected KFileItem into Clipboard.
+     */
+    void slotCopyPath();
+
 private:
     /**
      * Create all the actions.