Mercurial > hg > tony
diff src/MainWindow.h @ 21:05070252e43f
larger notes plus basic editing functions are now enabled by temporary star icon in toolbar
author | gyorgyf |
---|---|
date | Wed, 17 Apr 2013 09:15:05 +0100 |
parents | ab5b3300ba1a |
children | bf342201e4f6 |
line wrap: on
line diff
--- a/src/MainWindow.h Mon Apr 15 18:07:05 2013 +0100 +++ b/src/MainWindow.h Wed Apr 17 09:15:05 2013 +0100 @@ -97,6 +97,10 @@ virtual void about(); virtual void keyReference(); + // GF: temporary function for switching to edit mode + virtual void selectEditMode(); + + protected: Analyser *m_analyser;