# HG changeset patch # User Chris Cannam # Date 1402577995 -3600 # Node ID a7792e252f92b9007198b8c9a1c9196f7100f93b # Parent eabc9b0b2205fdc431c2af0ec718b51d89eef586 Tidy diff -r eabc9b0b2205 -r a7792e252f92 src/MainWindow.cpp --- 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);