aboutsummaryrefslogtreecommitdiff
path: root/jobs/converters.h
AgeCommit message (Collapse)Author
2017-09-08Better toJson for container objectsKitsune Ral
The previous version couldn't deal with containers of objects that have no implicit conversion to QJsonValue. The current one can.
2017-09-01Added files to (eventually) generate *Job classes automaticallyKitsune Ral
KitsuneRal/api-generator project is a place where all the heavy lifting will (eventually) be implemented. This commit marks a point when the generated files at least compile (whether they work is not tested yet). Return values are so far entirely ignored.