From 3c88a76b1be759d13097810877d6e990b3371726 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 4 Apr 2013 01:15:54 +0200 Subject: implement refresh action --- topicmodel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'topicmodel.h') 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(); -- cgit v1.2.3