diff options
| author | Shubham Jangra <[email protected]> | 2018-12-10 23:42:11 +0530 |
|---|---|---|
| committer | Shubham Jangra <[email protected]> | 2018-12-10 23:42:11 +0530 |
| commit | b3d054380c13fff8433ff1c15ee514dc13a1d1e8 (patch) | |
| tree | 3f9dc527b19774163a7acf0335a1e93a1c93ca83 /src/dolphincontextmenu.cpp | |
| parent | 55db38d5ecc1f13e17fecd7f3a5ea24421080b77 (diff) | |
Revert back
Diffstat (limited to 'src/dolphincontextmenu.cpp')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 1 |
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)); |
