diff options
| author | gameboyprinter <gameboyprinter@users.noreply.github.com> | 2018-08-28 23:58:54 -0500 |
|---|---|---|
| committer | gameboyprinter <gameboyprinter@users.noreply.github.com> | 2018-08-28 23:58:54 -0500 |
| commit | bd5ac3ea2123b89576ff9ee6f856c2a1d7fc74d6 (patch) | |
| tree | b4af4434de7eeb40fa20cb93125a83bd92f57601 /aomusicplayer.h | |
| parent | 355bd1dbbb0d2fe6da4292aa9681a2a152592b7d (diff) | |
Use QMediaPlayer instead of bass for music
Diffstat (limited to 'aomusicplayer.h')
| -rw-r--r-- | aomusicplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aomusicplayer.h b/aomusicplayer.h index 560a7f90..95e155e4 100644 --- a/aomusicplayer.h +++ b/aomusicplayer.h @@ -7,6 +7,7 @@ #include <QWidget> #include <string.h> #include <QDebug> +#include <QMediaPlayer> class AOMusicPlayer { @@ -21,6 +22,7 @@ private: QWidget *m_parent; AOApplication *ao_app; + QMediaPlayer *m_player; int m_volume = 0; HSTREAM m_stream; }; |
