summaryrefslogtreecommitdiff
path: root/topicmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'topicmodel.h')
-rw-r--r--topicmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/topicmodel.h b/topicmodel.h
index 6f1e99f..0151242 100644
--- a/topicmodel.h
+++ b/topicmodel.h
@@ -41,6 +41,9 @@ public:
bool canFetchMore(const QModelIndex &parent = QModelIndex()) const;
void fetchMore(const QModelIndex &parent = QModelIndex());
+public slots:
+ void refresh();
+
signals:
void boardChanged();
void topicIdChanged();