summaryrefslogtreecommitdiff
path: root/qml/tapasboard/TopicPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/tapasboard/TopicPage.qml')
-rw-r--r--qml/tapasboard/TopicPage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/tapasboard/TopicPage.qml b/qml/tapasboard/TopicPage.qml
index 805154f..ba132b5 100644
--- a/qml/tapasboard/TopicPage.qml
+++ b/qml/tapasboard/TopicPage.qml
@@ -9,7 +9,7 @@ Page {
anchors.leftMargin: UiConstants.DefaultMargin
anchors.rightMargin: UiConstants.DefaultMargin
- property string boardUrl;
+ property Board board;
property int topicId;
tools: ToolBarLayout {
@@ -25,7 +25,7 @@ Page {
id: postsView
anchors.fill: parent
model: TopicModel {
- boardUrl: topicPage.boardUrl
+ board: topicPage.board
topicId: topicPage.topicId
}
section.property: "humanDate"