diff options
author | KitsuneRal <Kitsune-Ral@users.sf.net> | 2016-09-07 08:34:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 08:34:03 +0900 |
commit | 34e7ba238f46734893111110235e032d44fd3690 (patch) | |
tree | 6fc1008c9d2dc50a7acd21c601ac06aff1365f2e /jobs/syncjob.h | |
parent | c02174bc8f09761c2e4ee3ca4a250ce49025343e (diff) | |
parent | 573e0e478c4a904ba69e6b523dead41eb28121c1 (diff) | |
download | libquotient-34e7ba238f46734893111110235e032d44fd3690.tar.gz libquotient-34e7ba238f46734893111110235e032d44fd3690.zip |
Merge pull request #24 from Fxrh/kitsune-settings
Settings classes
Diffstat (limited to 'jobs/syncjob.h')
-rw-r--r-- | jobs/syncjob.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/jobs/syncjob.h b/jobs/syncjob.h index f08a6b56..ed99b38b 100644 --- a/jobs/syncjob.h +++ b/jobs/syncjob.h @@ -22,15 +22,14 @@ #include "basejob.h" #include "../joinstate.h" +#include "../events/event.h" namespace QMatrixClient { - class Event; - class SyncRoomData { public: - class EventList : public QList<Event*> + class EventList : public Events { private: QString jsonKey; |