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