diff options
Diffstat (limited to 'src/main_window.hh')
-rw-r--r-- | src/main_window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_window.hh b/src/main_window.hh index 1e8868a..9bac870 100644 --- a/src/main_window.hh +++ b/src/main_window.hh @@ -3,6 +3,7 @@ #include "opengl_widget.hh" #include "drone_controller.hh" +#include "settings_pane.hh" #include <QMainWindow> #include <QTimer> @@ -20,6 +21,7 @@ class MainWindow : public QMainWindow { QAction *open_action; QAction *playpause_action; QSlider *slider; + SettingsPane *settings_pane; DroneController *dc = nullptr; void play(); void pause(); |