From 37139c96f04f781b053feefdbb5b3d28b2bcfc11 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 4 Apr 2013 23:37:52 +0200 Subject: fix timezones on real device --- topicmodel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'topicmodel.h') diff --git a/topicmodel.h b/topicmodel.h index d0c60bb..7b07c1b 100644 --- a/topicmodel.h +++ b/topicmodel.h @@ -3,6 +3,7 @@ #include #include +#include #include class Board; @@ -60,6 +61,7 @@ protected: int post_id; QString title; QString content; + QUrl icon; int user_id; QString user_name; QDateTime time; -- cgit v1.2.3