Group by published section

This commit is contained in:
Thomas Perl 2014-03-15 16:34:06 +01:00
parent e1ba615200
commit 347ac8f803
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c5aeb752f45a6ed4fb397722fe15e2acb48a6628
Subproject commit 96f2b70f05cdd126a4859e00e55c0eb22eee8d88

View file

@ -56,7 +56,7 @@ Page {
model: GPodderEpisodeListModel { id: episodesListModel }
section.property: 'published'
section.property: 'section'
section.delegate: SectionHeader { text: section }
delegate: EpisodeItem {}