diff options
| author | Elvis Angelaccio <[email protected]> | 2020-05-11 22:53:08 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-05-11 22:54:08 +0200 |
| commit | 42148dd3560c1b075af2035b7f06757db2ceafa3 (patch) | |
| tree | 4acdf878bb97a1b896e9bd0e5db0a95a68d3856a /src/views/dolphinview.h | |
| parent | 2b58f0457e470b1e4f1ed2d947faca32bf982a49 (diff) | |
DolphinView: rename cutSelectedItems to cutSelectedItemsToClipboard
For consistency with d1a70c0b629b.
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index b2c66cdc3..766540d99 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -365,7 +365,7 @@ public slots: * Copies all selected items to the clipboard and marks * the items as cut. */ - void cutSelectedItems(); + void cutSelectedItemsToClipboard(); /** Copies all selected items to the clipboard. */ void copySelectedItemsToClipboard(); |
