]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
Port away from QLinkedList
[dolphin.git] / src / views / dolphinview.h
index 0b2c0bce48a6c3f688370e2004f946a93680def0..91203b8e03501dd122a9f6b3c6a1e2c44fc2117a 100644 (file)
@@ -371,16 +371,14 @@ public slots:
     void copySelectedItemsToClipboard();
 
     /**
-     * Copies all selected items to the inactive split view.
-     * Only used in Split View.
+     * Copies all selected items to @p destinationUrl.
      */
-    void copySelectedItemsToInactiveSplitView(const KFileItemList &selection, const QUrl &destinationUrl);
+    void copySelectedItems(const KFileItemList &selection, const QUrl &destinationUrl);
 
     /**
-     * Moves all selected items to the inactive split view.
-     * Only used in Split View.
+     * Moves all selected items to @p destinationUrl.
      */
-    void moveSelectedItemsToInactiveSplitView(const KFileItemList &selection, const QUrl &destinationUrl);
+    void moveSelectedItems(const KFileItemList &selection, const QUrl &destinationUrl);
 
     /** Pastes the clipboard data to this view. */
     void paste();
@@ -392,6 +390,11 @@ public slots:
      */
     void pasteIntoFolder();
 
+    /**
+     * Copies the path of the first selected KFileItem into Clipboard.
+     */
+    void copyPathToClipboard();
+
     /**
      * Creates duplicates of selected items, appending "copy"
      * to the end.