remove vlc and replace by basic QMediaPlayer
This commit is contained in:
parent
a567428093
commit
fe7bbed7c1
10 changed files with 303 additions and 470 deletions
|
|
@ -7,7 +7,7 @@
|
|||
class NavigationItemModel;
|
||||
class NavigationListModel;
|
||||
class UiStateModel;
|
||||
class MusicController;
|
||||
class MusicPlayer;
|
||||
|
||||
/**
|
||||
* @brief Main controller controlling ui state, navigation and music player.
|
||||
|
|
@ -59,7 +59,7 @@ private:
|
|||
NavigationListModel* mNavList;
|
||||
|
||||
UiStateModel* mUiState;
|
||||
MusicController* mMusicController;
|
||||
MusicPlayer* mMediaPlayer;
|
||||
|
||||
QString mRootPath = ".";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue