summaryrefslogtreecommitdiff
path: root/topicmodel.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-04 23:37:52 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-04 23:37:52 +0200
commit37139c96f04f781b053feefdbb5b3d28b2bcfc11 (patch)
treec6a5bd9557a0442e6b5ad6fa3bae86803339cf32 /topicmodel.h
parent3f3a98b7e49230aabd0e557ea59e89e20537ca8a (diff)
downloadtapasboard-37139c96f04f781b053feefdbb5b3d28b2bcfc11.tar.gz
tapasboard-37139c96f04f781b053feefdbb5b3d28b2bcfc11.zip
fix timezones on real device
Diffstat (limited to 'topicmodel.h')
-rw-r--r--topicmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/topicmodel.h b/topicmodel.h
index d0c60bb..7b07c1b 100644
--- a/topicmodel.h
+++ b/topicmodel.h
@@ -3,6 +3,7 @@
#include <QtCore/QAbstractListModel>
#include <QtCore/QDateTime>
+#include <QtCore/QUrl>
#include <QtSql/QSqlQuery>
class Board;
@@ -60,6 +61,7 @@ protected:
int post_id;
QString title;
QString content;
+ QUrl icon;
int user_id;
QString user_name;
QDateTime time;