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/dolphinpart_ext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinpart_ext.cpp') diff --git a/src/dolphinpart_ext.cpp b/src/dolphinpart_ext.cpp index 8c6e9641a..0352645ea 100644 --- a/src/dolphinpart_ext.cpp +++ b/src/dolphinpart_ext.cpp @@ -48,7 +48,7 @@ void DolphinPartBrowserExtension::cut() void DolphinPartBrowserExtension::copy() { - m_part->view()->copySelectedItems(); + m_part->view()->copySelectedItemsToClipboard(); } void DolphinPartBrowserExtension::paste() -- cgit v1.3