diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-15 16:57:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-16 00:03:43 +0200 |
commit | 606494dd54d774c34fc63aeb51597fea785d218b (patch) | |
tree | 9e27d54fe677045a49ff05ea8f46d6f294847684 /gui/main-window.hpp | |
parent | 82f388100bc2aa6244dac34699b9df078f0c8199 (diff) |
gui: rework profile refresh with now blocking signals
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r-- | gui/main-window.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp index e05ee9cc..42e8425c 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -65,8 +65,6 @@ class MainWindow : public QMainWindow, private State menu_action_tracker, menu_action_filter, menu_action_proto, menu_action_options, menu_action_mappings; - bool is_refreshing_profiles; - mem<dylib> current_tracker() { return modules.trackers().value(ui.iconcomboTrackerSource->currentIndex(), nullptr); |