X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/a291c5999035bb17fe764c1910c3e78ba041f8ac..85241a924:/src/views/dolphinview.h diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 0b2c0bce4..91203b8e0 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -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.