From d1a70c0b629bebda297c3867946035aadd9dd22f Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Mon, 11 May 2020 19:31:29 +0200 Subject: 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(). --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.cpp') 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() -- cgit v1.3