]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
DolphinView: rename new methods to copy/move urls
[dolphin.git] / src / views / dolphinview.h
index 0b2c0bce48a6c3f688370e2004f946a93680def0..4306b3eb73aa44ee43736bc58284bd0c726118c9 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();