GH-942 fix vanilla version list

Latest release gets the star
Latest snapshot, if it's newer than latest release gets the bug
This commit is contained in:
Petr Mrázek
2015-05-06 09:00:21 +02:00
parent 9598f80335
commit 2a4647125d
4 changed files with 72 additions and 33 deletions

View File

@ -53,4 +53,6 @@ private:
FilterMap m_filters;
BaseVersionList::RoleList roles;
VersionFilterModel * filterModel;
bool hasRecommended = false;
bool hasLatest = false;
};