summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h2
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);