From f690c7dde14a6f9c5fbf04ed94170c7648591cb6 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 4 Apr 2013 20:58:57 +0200 Subject: store post position in database, create invisible items for unfetched --- topicmodel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'topicmodel.h') diff --git a/topicmodel.h b/topicmodel.h index 67e48c4..d0c60bb 100644 --- a/topicmodel.h +++ b/topicmodel.h @@ -27,7 +27,8 @@ public: UserNameRole, DateTimeRole, HumanDateRole, - HumanTimeRole + HumanTimeRole, + UnreadRole }; Board * board() const; @@ -46,6 +47,7 @@ public: public slots: void refresh(); + void markAsRead(); signals: void boardChanged(); -- cgit v1.2.3