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 --- fetchtopicsaction.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchtopicsaction.h') diff --git a/fetchtopicsaction.h b/fetchtopicsaction.h index 0b02fa3..9c12784 100644 --- a/fetchtopicsaction.h +++ b/fetchtopicsaction.h @@ -13,6 +13,10 @@ class FetchTopicsAction : public Action public: explicit FetchTopicsAction(int forumId, int start, int end, Board *board); + enum { + FetchAllTopics = -1 + }; + bool isSupersetOf(Action *action) const; void execute(); -- cgit v1.2.3