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/dolphinmainwindow.cpp | |
| parent | 2b58f0457e470b1e4f1ed2d947faca32bf982a49 (diff) | |
DolphinView: rename cutSelectedItems to cutSelectedItemsToClipboard
For consistency with d1a70c0b629b.
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 ab41e2d7f..501949a64 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -654,7 +654,7 @@ void DolphinMainWindow::undo() void DolphinMainWindow::cut() { - m_activeViewContainer->view()->cutSelectedItems(); + m_activeViewContainer->view()->cutSelectedItemsToClipboard(); } void DolphinMainWindow::copy() |
