diff options
Diffstat (limited to 'src/MainWidget.h')
-rw-r--r-- | src/MainWidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index c9f85a8..d0fb301 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -63,6 +63,7 @@ public slots: void chooseFont(); void toggleNumericPad(); void toggleFontAutoRes(); + void toggleLock(); void restorePosition(); void showConfigMenu(); // void shutDown(); @@ -128,7 +129,7 @@ private: double sdxb; int mnu_dock; int mnu_autores; - + int mnu_lock; }; |