diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-17 22:10:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-17 22:32:04 +0200 |
commit | 2eafc288d95d750f3a8282ebb503a340cb50a32c (patch) | |
tree | 7877d6c20c8cf31121710d0f76c919787f973df3 /gui/main-window.hpp | |
parent | fdef1901054e61e5996c59ac09d9a2646cc76341 (diff) |
gui: reload keybindings immediately
Previously the old global keybindings stuck when options dialog got cancelled.
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r-- | gui/main-window.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp index 6923c119..017055eb 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -114,7 +114,6 @@ private slots: void startTracker(); void stopTracker(); - void reload_options(); void toggle_restore_from_tray(QSystemTrayIcon::ActivationReason e); |