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 /gui | |
parent | 91160a1142e8564f3ba46a71d86dc88dcbd66114 (diff) |
logic/state: move to gui/main
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ui.h | 2 |
1 files changed, 1 insertions, 1 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; |