From 9f12671ee8dd38a130a16c9146001c9c2494d77c Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 2 Apr 2013 02:02:19 +0200 Subject: read favorite boards from a .ini instead of hardcoding them --- tapasboard.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tapasboard.pro') diff --git a/tapasboard.pro b/tapasboard.pro index 1ecefde..c0c2026 100644 --- a/tapasboard.pro +++ b/tapasboard.pro @@ -44,7 +44,8 @@ SOURCES += main.cpp \ forummodel.cpp \ fetchtopicsaction.cpp \ topicmodel.cpp \ - fetchpostsaction.cpp + fetchpostsaction.cpp \ + favoritesmodel.cpp # Please do not modify the following two lines. Required for deployment. include(qmlapplicationviewer/qmlapplicationviewer.pri) @@ -73,4 +74,5 @@ HEADERS += \ forummodel.h \ fetchtopicsaction.h \ topicmodel.h \ - fetchpostsaction.h + fetchpostsaction.h \ + favoritesmodel.h -- cgit v1.2.3