From 948bd443b7dd42133df7ea90cbf5d7f22cafa3d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 29 Jun 2016 13:14:04 +0200 Subject: logic/state: move to gui/main --- gui/ui.h | 2 +- opentrack-logic/state.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/ui.h b/gui/ui.h index b6b87a93..c01b9c49 100644 --- a/gui/ui.h +++ b/gui/ui.h @@ -40,7 +40,7 @@ class MainWindow : public QMainWindow, private State Q_OBJECT Shortcuts global_shortcuts; - + module_settings m; Ui::OpentrackUI ui; mem 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; }; -- cgit v1.2.3