summaryrefslogtreecommitdiffhomepage
path: root/gui/ui.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-06 05:14:07 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-06 05:14:07 +0100
commit4e74d6edef94e4f2f7caae76088f91e9ee993fba (patch)
tree47f6eaf6bc8950b610483df90a4824b4365ae478 /gui/ui.h
parent0bd32bf56d5b31e7d7e8288b33f536158903e95e (diff)
gui/keys: allow for pausing global keystrokes for options dialog
Toggling tracking while prompting for toggle tracking key causes a deadlock somewhere.
Diffstat (limited to 'gui/ui.h')
-rw-r--r--gui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ui.h b/gui/ui.h
index 12ef1f24..ee0a3ce7 100644
--- a/gui/ui.h
+++ b/gui/ui.h
@@ -56,6 +56,7 @@ class MainWindow : public QMainWindow, private State
process_detector_worker det;
QMenu profile_menu;
bool is_refreshing_profiles;
+ volatile bool keys_paused;
QTimer save_timer;
mem<dylib> current_tracker()