diff main.h @ 46:372c1be58996

Improve shortcuts functionality a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Apr 2017 15:50:19 +0300
parents 60ffa45b4014
children 08c0d5116e82
line wrap: on
line diff
--- a/main.h	Thu Apr 06 15:24:11 2017 +0300
+++ b/main.h	Thu Apr 06 15:50:19 2017 +0300
@@ -137,8 +137,9 @@
 
     void selectedPersonChanged(const QModelIndex &, const QModelIndex &);
     
-    void changeUIScaleZoomIn();
-    void changeUIScaleZoomOut();
+    void changeUIZoomIn();
+    void changeUIZoomOut();
+    void changeUIZoomReset();
     
     void updateSortOrder(int index, Qt::SortOrder order);
 
@@ -153,8 +154,6 @@
     int peopleSortIndex;
     Qt::SortOrder peopleSortOrder;
     QString peopleFilter;
-
-    QShortcut *sc_quit, *sc_esc, *sc_sc_up, *sc_sc_dn;
 };