diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-29 13:14:04 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-29 13:18:34 +0200 |
commit | 948bd443b7dd42133df7ea90cbf5d7f22cafa3d4 (patch) | |
tree | 4edc5e93d0a886a602b10e3d3b7648395ff51039 | |
parent | 91160a1142e8564f3ba46a71d86dc88dcbd66114 (diff) |
logic/state: move to gui/main
-rw-r--r-- | gui/ui.h | 2 | ||||
-rw-r--r-- | opentrack-logic/state.hpp | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -40,7 +40,7 @@ class MainWindow : public QMainWindow, private State Q_OBJECT Shortcuts global_shortcuts; - + module_settings m; Ui::OpentrackUI ui; mem<QSystemTrayIcon> tray; QTimer pose_update_timer; diff --git a/opentrack-logic/state.hpp b/opentrack-logic/state.hpp index f9bb82c0..7e9d10cb 100644 --- a/opentrack-logic/state.hpp +++ b/opentrack-logic/state.hpp @@ -25,7 +25,6 @@ struct State Modules modules; SelectedLibraries libs; main_settings s; - module_settings m; Mappings pose; mem<Work> work; }; |