summaryrefslogtreecommitdiff
path: root/fetchtopicsaction.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-01 20:46:39 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-01 20:46:39 +0200
commita6e64fbf9404b201b04fbd1ab4b959a18d8f83a9 (patch)
tree6b97b6ac14716dbe51cb105819abde3e36ffd465 /fetchtopicsaction.h
parent5ef8b38e55c1883224fe1f01f47aba45b7b42666 (diff)
downloadtapasboard-a6e64fbf9404b201b04fbd1ab4b959a18d8f83a9.tar.gz
tapasboard-a6e64fbf9404b201b04fbd1ab4b959a18d8f83a9.zip
add support for actually reading topics
Diffstat (limited to 'fetchtopicsaction.h')
-rw-r--r--fetchtopicsaction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchtopicsaction.h b/fetchtopicsaction.h
index 747ad93..0b02fa3 100644
--- a/fetchtopicsaction.h
+++ b/fetchtopicsaction.h
@@ -12,6 +12,8 @@ class FetchTopicsAction : public Action
Q_OBJECT
public:
explicit FetchTopicsAction(int forumId, int start, int end, Board *board);
+
+ bool isSupersetOf(Action *action) const;
void execute();
@@ -26,7 +28,6 @@ private:
int _forumId;
int _start;
int _end;
-
};
#endif // FETCHTOPICSACTION_H