Mercurial > hg > tony
diff src/MainWindow.h @ 211:e79f63161b41
Rework key shortcuts after issue #890: merge the octave up/down and candidate up/down functions and make all Tony pitch-editing functions have Ctrl modifier
author | Chris Cannam |
---|---|
date | Thu, 06 Mar 2014 14:31:04 +0000 |
parents | bb391844e2aa |
children | 445dcb9026a9 |
line wrap: on
line diff
--- a/src/MainWindow.h Thu Mar 06 14:28:08 2014 +0000 +++ b/src/MainWindow.h Thu Mar 06 14:31:04 2014 +0000 @@ -30,11 +30,6 @@ bool withOSCSupport = true); virtual ~MainWindow(); -signals: - virtual void canChangePitchCandidate(bool); - virtual void canChangeToHigherCandidate(bool); - virtual void canChangeToLowerCandidate(bool); - public slots: virtual bool commitData(bool mayAskUser); // on session shutdown @@ -55,8 +50,6 @@ virtual void toolFreeEditSelected(); virtual void clearPitches(); - virtual void octaveShiftUp(); - virtual void octaveShiftDown(); virtual void togglePitchCandidates(); virtual void switchPitchUp(); virtual void switchPitchDown();