diff options
author | Arno <arno@disconnect.de> | 2017-05-02 15:22:23 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-05-02 15:22:23 +0200 |
commit | e95a548bfa65648c5526c464023ac0dbc9b1ea7b (patch) | |
tree | a0ea0bdf277a5a6049c08e1f5edd41226f40d4e5 /playerwidget.h | |
parent | 8264985db448b16c5f6e6cbe3c3296c631d8e93d (diff) | |
download | BeetPlayer-e95a548bfa65648c5526c464023ac0dbc9b1ea7b.tar.gz BeetPlayer-e95a548bfa65648c5526c464023ac0dbc9b1ea7b.tar.bz2 BeetPlayer-e95a548bfa65648c5526c464023ac0dbc9b1ea7b.zip |
Add view for added by date
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 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); |