From a6e64fbf9404b201b04fbd1ab4b959a18d8f83a9 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 1 Apr 2013 20:46:39 +0200 Subject: add support for actually reading topics --- fetchforumsaction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchforumsaction.h') 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: -- cgit v1.2.3