summaryrefslogtreecommitdiff
path: root/fetchpostsaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchpostsaction.h')
-rw-r--r--fetchpostsaction.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchpostsaction.h b/fetchpostsaction.h
index 9951989..732c0d2 100644
--- a/fetchpostsaction.h
+++ b/fetchpostsaction.h
@@ -13,6 +13,10 @@ class FetchPostsAction : public Action
public:
explicit FetchPostsAction(int topicId, int start, int end, Board *board);
+ enum {
+ FetchAllPosts = -1
+ };
+
bool isSupersetOf(Action *action) const;
void execute();