From a6e64fbf9404b201b04fbd1ab4b959a18d8f83a9 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 1 Apr 2013 20:46:39 +0200 Subject: add support for actually reading topics --- tapasboard.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tapasboard.pro') diff --git a/tapasboard.pro b/tapasboard.pro index a3ab2f5..1ecefde 100644 --- a/tapasboard.pro +++ b/tapasboard.pro @@ -42,7 +42,9 @@ SOURCES += main.cpp \ fetchforumsaction.cpp \ boardmodel.cpp \ forummodel.cpp \ - fetchtopicsaction.cpp + fetchtopicsaction.cpp \ + topicmodel.cpp \ + fetchpostsaction.cpp # Please do not modify the following two lines. Required for deployment. include(qmlapplicationviewer/qmlapplicationviewer.pri) @@ -69,4 +71,6 @@ HEADERS += \ global.h \ boardmodel.h \ forummodel.h \ - fetchtopicsaction.h + fetchtopicsaction.h \ + topicmodel.h \ + fetchpostsaction.h -- cgit v1.2.3