The default selected version is now the current stable version.
Resolves JIRA issue MMC-10: https://jira.forkk.net/browse/MMC-10
This commit is contained in:
@@ -31,7 +31,7 @@ const InstVersion *InstVersionList::findVersion(const QString &descriptor)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const InstVersion *InstVersionList::getLatestStable()
|
||||
const InstVersion *InstVersionList::getLatestStable() const
|
||||
{
|
||||
if (count() <= 0)
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user