diff src/MainWindow.h @ 283:604816843bd4

basic selection by one note left/right there, but not quite good yet
author matthiasm
date Thu, 22 May 2014 22:21:27 +0100
parents 2a18f846dd6c
children cddada03e222
line wrap: on
line diff
--- a/src/MainWindow.h	Thu May 22 18:00:46 2014 +0100
+++ b/src/MainWindow.h	Thu May 22 22:21:27 2014 +0100
@@ -174,6 +174,8 @@
 
     void moveOneNoteRight();
     void moveOneNoteLeft();
+    void selectOneNoteRight();
+    void selectOneNoteLeft();
 
 protected:
     Analyser      *m_analyser;