changeset 299:a7792e252f92

Tidy
author Chris Cannam
date Thu, 12 Jun 2014 13:59:55 +0100
parents eabc9b0b2205
children 38a5663f773f
files src/MainWindow.cpp
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/MainWindow.cpp	Thu Jun 12 13:42:10 2014 +0100
+++ b/src/MainWindow.cpp	Thu Jun 12 13:59:55 2014 +0100
@@ -660,10 +660,6 @@
     m_rightButtonMenu->addAction(m_showCandidatesAction);
     
     action = new QAction(tr("Remove Pitches"), this);
-    //!!! NB this keyboard shortcut does not work with Qt5 on OS/X
-    //!!! (none of the single-key shortcuts do). But it does work if
-    //!!! the action is added to a toolbar button:
-    // action = toolbar->addAction(il.load("editdelete"), tr("Remove Pitches"));
     action->setShortcut(tr("Backspace"));
     action->setStatusTip(tr("Remove all pitch estimates within the selected region, making it unvoiced"));
     m_keyReference->registerShortcut(action);