diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-01 02:42:50 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-01 02:42:50 +0200 |
commit | 5c3ba8460a9784acb784337a2c11b5175fd7c011 (patch) | |
tree | 119f4c0010bba0383adced817ef921a986754bf8 /qml | |
parent | c6f60740cc4ca2db17b415e77008cbc5c347f9d7 (diff) | |
download | tapasboard-5c3ba8460a9784acb784337a2c11b5175fd7c011.tar.gz tapasboard-5c3ba8460a9784acb784337a2c11b5175fd7c011.zip |
rewrite date/time formatting
Diffstat (limited to 'qml')
-rw-r--r-- | qml/ForumPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ForumPage.qml b/qml/ForumPage.qml index e2e263f..b3dc40c 100644 --- a/qml/ForumPage.qml +++ b/qml/ForumPage.qml @@ -54,7 +54,7 @@ Page { forumId: forumPage.forumId } - section.property: "humanDate" + section.property: "relativeDate" section.criteria: ViewSection.FullString section.delegate: GroupHeader { width: parent.width |