summaryrefslogtreecommitdiff
path: root/qml/ForumPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/ForumPage.qml')
-rw-r--r--qml/ForumPage.qml8
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