From 2a4647125d6fe25237256dd615c8c0338533a2b6 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 6 May 2015 09:00:21 +0200 Subject: GH-942 fix vanilla version list Latest release gets the star Latest snapshot, if it's newer than latest release gets the bug --- application/VersionProxyModel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/VersionProxyModel.h') diff --git a/application/VersionProxyModel.h b/application/VersionProxyModel.h index 456268f0..68bb816f 100644 --- a/application/VersionProxyModel.h +++ b/application/VersionProxyModel.h @@ -53,4 +53,6 @@ private: FilterMap m_filters; BaseVersionList::RoleList roles; VersionFilterModel * filterModel; + bool hasRecommended = false; + bool hasLatest = false; }; -- cgit