┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2020-05-11 22:53:08 +0200
committerElvis Angelaccio <[email protected]>2020-05-11 22:54:08 +0200
commit42148dd3560c1b075af2035b7f06757db2ceafa3 (patch)
tree4acdf878bb97a1b896e9bd0e5db0a95a68d3856a /src/dolphinmainwindow.cpp
parent2b58f0457e470b1e4f1ed2d947faca32bf982a49 (diff)
DolphinView: rename cutSelectedItems to cutSelectedItemsToClipboard
For consistency with d1a70c0b629b.
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 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()