summaryrefslogtreecommitdiff
path: root/topicmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'topicmodel.h')
-rw-r--r--topicmodel.h4
1 files changed, 3 insertions, 1 deletions
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();