diff options
| author | Elvis Angelaccio <[email protected]> | 2020-05-11 19:31:29 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-05-11 19:31:29 +0200 |
| commit | d1a70c0b629bebda297c3867946035aadd9dd22f (patch) | |
| tree | 4c0c57c0ad25723829e13946819df7d28d4fd2f6 /src/dolphinmainwindow.cpp | |
| parent | 2c7c8b83f272c181b09a40e388c77506bc6a265a (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.cpp | 2 |
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() |
