Mercurial > hg > tony
diff src/MainWindow.h @ 292:2895ca89b024
implemented delete notes; needs testing
author | matthiasm |
---|---|
date | Wed, 11 Jun 2014 14:47:45 +0100 |
parents | cddada03e222 |
children | d4530fab80bd |
line wrap: on
line diff
--- a/src/MainWindow.h Tue Jun 03 15:28:01 2014 +0100 +++ b/src/MainWindow.h Wed Jun 11 14:47:45 2014 +0100 @@ -66,6 +66,7 @@ virtual void snapNotesToPitches(); virtual void splitNote(); virtual void mergeNotes(); + virtual void deleteNotes(); virtual void formNoteFromSelection(); virtual void showAudioToggled();