From e95a548bfa65648c5526c464023ac0dbc9b1ea7b Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 2 May 2017 15:22:23 +0200 Subject: Add view for added by date --- playerwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playerwidget.h') diff --git a/playerwidget.h b/playerwidget.h index 3d08067..58f8603 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -35,6 +35,7 @@ class PlayerWidget : public QWidget { void doPopulateByAlbum(); void doPopulateByGenre(); void doPopulateBySong(); + void doPopulateByDate(); void doPopulateByFolder(); void doModelChanged(); void viewDoubleClicked(const QModelIndex &idx); @@ -87,6 +88,7 @@ class PlayerWidget : public QWidget { void populateByArtist(QStandardItem *parent, const QString &filter); void populateByAlbum(QStandardItem *parent, const QVariant &filter, int type); void populateBySong(QStandardItem *parent, const QVariant &filter, int type); + void populateByDate(QStandardItem *parent); void populateByGenre(QStandardItem *parent, const QString &filter); void recurse(const QModelIndex &parent); void addSong(const QModelIndex &idx); -- cgit v1.2.3-70-g09d2