diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-05-06 09:00:21 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-05-06 09:00:21 +0200 |
commit | 2a4647125d6fe25237256dd615c8c0338533a2b6 (patch) | |
tree | c5cbf5390557ad89484853b8a69fed7238b2fe9c /application/VersionProxyModel.h | |
parent | 9598f80335ae4136e229cd4c5209dcede284e2b0 (diff) | |
download | MultiMC-2a4647125d6fe25237256dd615c8c0338533a2b6.tar MultiMC-2a4647125d6fe25237256dd615c8c0338533a2b6.tar.gz MultiMC-2a4647125d6fe25237256dd615c8c0338533a2b6.tar.lz MultiMC-2a4647125d6fe25237256dd615c8c0338533a2b6.tar.xz MultiMC-2a4647125d6fe25237256dd615c8c0338533a2b6.zip |
GH-942 fix vanilla version list
Latest release gets the star
Latest snapshot, if it's newer than latest release gets the bug
Diffstat (limited to 'application/VersionProxyModel.h')
-rw-r--r-- | application/VersionProxyModel.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |