Public Member Functions | |
const QList< UpdatePackage > & | packages () const |
int | parse (const QByteArray &json) |
Parses updater info JSON and sets certain internal properties which can then be accessed through getters. | |
Definition at line 34 of file updaterinfoparser.h.
int UpdaterInfoParser::parse | ( | const QByteArray & | json | ) |
Parses updater info JSON and sets certain internal properties which can then be accessed through getters.
Information on all parsed packages can be obtained through packages() getter.
Definition at line 56 of file updaterinfoparser.cpp.