┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2020-05-11 19:31:29 +0200
committerElvis Angelaccio <[email protected]>2020-05-11 19:31:29 +0200
commitd1a70c0b629bebda297c3867946035aadd9dd22f (patch)
tree4c0c57c0ad25723829e13946819df7d28d4fd2f6 /src/views/dolphinview.h
parent2c7c8b83f272c181b09a40e388c77506bc6a265a (diff)
DolphinView: rename copySelectedItems to copySelectedItemsToClipboard
This makes it explicit that this is just a copy to clipboard, so that we can use the name for an actual KIO::copy().
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index ca0f62b23..b2c66cdc3 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -368,7 +368,7 @@ public slots:
void cutSelectedItems();
/** Copies all selected items to the clipboard. */
- void copySelectedItems();
+ void copySelectedItemsToClipboard();
/** Pastes the clipboard data to this view. */
void paste();