| 167 | } |
| 168 | |
| 169 | void VersionList::parse(const QJsonObject& obj) |
| 170 | { |
| 171 | parseVersionList(obj, this); |
| 172 | } |
| 173 | |
| 174 | // FIXME: this is dumb, we have 'recommended' as part of the metadata already... |
| 175 | static const Meta::VersionPtr &getBetterVersion(const Meta::VersionPtr &a, const Meta::VersionPtr &b) |
nothing calls this directly
no test coverage detected