summaryrefslogtreecommitdiff
path: root/fetchforumsaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchforumsaction.h')
-rw-r--r--fetchforumsaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchforumsaction.h b/fetchforumsaction.h
index b8625fa..b047bcb 100644
--- a/fetchforumsaction.h
+++ b/fetchforumsaction.h
@@ -12,6 +12,8 @@ class FetchForumsAction : public Action
public:
explicit FetchForumsAction(Board *board);
+ bool isSupersetOf(Action *action) const;
+
void execute();
private slots: