┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
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/dolphinmainwindow.cpp
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/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 77937790a..ab41e2d7f 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -659,7 +659,7 @@ void DolphinMainWindow::cut()
void DolphinMainWindow::copy()
{
- m_activeViewContainer->view()->copySelectedItems();
+ m_activeViewContainer->view()->copySelectedItemsToClipboard();
}
void DolphinMainWindow::paste()