From e2d0533a7cb1ac3dcc80df20d2710c12d67f15e0 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 21 Sep 2017 17:38:38 +0200 Subject: Create view for favorites --- playerwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playerwidget.h') 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); -- cgit v1.2.3-70-g09d2