diff options
author | Arno <arno@disconnect.de> | 2017-09-21 17:38:38 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-09-21 17:38:38 +0200 |
commit | e2d0533a7cb1ac3dcc80df20d2710c12d67f15e0 (patch) | |
tree | a381e77f6fb28e580bf20716136d08b14459554d /playerwidget.h | |
parent | af4b07b399d22110b17f6a6dbc1c76152df1e9e0 (diff) | |
download | BeetPlayer-e2d0533a7cb1ac3dcc80df20d2710c12d67f15e0.tar.gz BeetPlayer-e2d0533a7cb1ac3dcc80df20d2710c12d67f15e0.tar.bz2 BeetPlayer-e2d0533a7cb1ac3dcc80df20d2710c12d67f15e0.zip |
Create view for favorites
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h index 91f34e0..44896db 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -43,6 +43,7 @@ class PlayerWidget : public QWidget { void doPopulateByDate(); void doPopulateByFolder(); void doPopulateByWebradio(); + void doPopulateByFavorites(); void doModelChanged(); void viewDoubleClicked(const QModelIndex &idx); void rightCurrentChanged(const QModelIndex &cur, const QModelIndex &prev); @@ -109,6 +110,7 @@ class PlayerWidget : public QWidget { void populateByDate(QStandardItem *parent); void populateByGenre(QStandardItem *parent, const QString &filter); void populateByWebradio(QStandardItem *parent); + void populateByFavorites(QStandardItem *parent); void recurse(const QModelIndex &parent); void addSong(const QModelIndex &idx); void play(const QString &fullPath); |