NOISSUE implement recommended versions using the new JSON format

This commit is contained in:
Petr Mrázek
2017-04-06 23:30:18 +02:00
parent f565798650
commit 643d74f66c
7 changed files with 32 additions and 26 deletions

View File

@ -93,11 +93,6 @@ public:
*/
virtual BaseVersionPtr findVersion(const QString &descriptor);
/*!
* \brief Gets the latest stable version from this list
*/
virtual BaseVersionPtr getLatestStable() const;
/*!
* \brief Gets the recommended version from this list
* If the list doesn't support recommended versions, this works exactly as getLatestStable