diff options
Diffstat (limited to 'qml')
| -rw-r--r-- | qml/ForumPage.qml | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/qml/ForumPage.qml b/qml/ForumPage.qml index 6c21742..e2e263f 100644 --- a/qml/ForumPage.qml +++ b/qml/ForumPage.qml @@ -53,6 +53,14 @@ Page {  			board: forumPage.board  			forumId: forumPage.forumId  		} + +		section.property: "humanDate" +		section.criteria: ViewSection.FullString +		section.delegate: GroupHeader { +			width: parent.width +			text: section +		} +  		delegate: EmptyListDelegate {  			id: topicItem  | 
