┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
diff options
context:
space:
mode:
authorShubham Jangra <[email protected]>2018-12-10 23:42:11 +0530
committerShubham Jangra <[email protected]>2018-12-10 23:42:11 +0530
commitb3d054380c13fff8433ff1c15ee514dc13a1d1e8 (patch)
tree3f9dc527b19774163a7acf0335a1e93a1c93ca83 /src/dolphincontextmenu.cpp
parent55db38d5ecc1f13e17fecd7f3a5ea24421080b77 (diff)
Revert back
Diffstat (limited to 'src/dolphincontextmenu.cpp')
-rw-r--r--src/dolphincontextmenu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp
index ca561b5c7..500eafee1 100644
--- a/src/dolphincontextmenu.cpp
+++ b/src/dolphincontextmenu.cpp
@@ -163,7 +163,6 @@ void DolphinContextMenu::openTrashItemContextMenu()
Q_ASSERT(m_context & ItemContext);
QAction* restoreAction = new QAction(i18nc("@action:inmenu", "Restore"), m_mainWindow);
- restoreAction->setShortcut(Qt::CTRL + Qt::Key_R);
addAction(restoreAction);
QAction* deleteAction = m_mainWindow->actionCollection()->action(KStandardAction::name(KStandardAction::DeleteFile));