diff src/MainWindow.h @ 27:551e14d04eaa

added NoteEdit tool mode
author gyorgyf
date Sat, 15 Jun 2013 16:16:24 +0100
parents bf342201e4f6
children 7e17d5d38c83
line wrap: on
line diff
--- a/src/MainWindow.h	Sat Apr 20 08:38:37 2013 +0100
+++ b/src/MainWindow.h	Sat Jun 15 16:16:24 2013 +0100
@@ -97,8 +97,8 @@
     virtual void about();
     virtual void keyReference();
 
-   // GF: temporary function for switching to edit mode
-   virtual void selectEditMode();
+   // GF: function for switching to NoteEditMode (perhaps temporary, as we may want this to be triggered in some other way...)
+   virtual void selectNoteEditMode();
 
 
 protected: