remove bass include from aomusicplayer
This commit is contained in:
parent
bd5ac3ea21
commit
9d36bd0e98
@ -1,7 +1,6 @@
|
|||||||
#ifndef AOMUSICPLAYER_H
|
#ifndef AOMUSICPLAYER_H
|
||||||
#define AOMUSICPLAYER_H
|
#define AOMUSICPLAYER_H
|
||||||
|
|
||||||
#include "bass.h"
|
|
||||||
#include "aoapplication.h"
|
#include "aoapplication.h"
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
@ -24,7 +23,6 @@ private:
|
|||||||
|
|
||||||
QMediaPlayer *m_player;
|
QMediaPlayer *m_player;
|
||||||
int m_volume = 0;
|
int m_volume = 0;
|
||||||
HSTREAM m_stream;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // AOMUSICPLAYER_H
|
#endif // AOMUSICPLAYER_H
|
||||||
|
Loading…
Reference in New Issue
Block a user