summaryrefslogtreecommitdiffstats
path: root/application/VersionProxyModel.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-04-08 19:49:02 +0200
committerPetr Mrázek <peterix@gmail.com>2018-04-08 19:49:02 +0200
commit8cefc76108fb0e0fc892c60c895333476489cfc4 (patch)
tree7ac2cd87df3c8f94661b485e654e47ffaf40bbd3 /application/VersionProxyModel.h
parent172f83c7e2fc28a444ec7b8e4c04128cd54fc210 (diff)
downloadMultiMC-8cefc76108fb0e0fc892c60c895333476489cfc4.tar
MultiMC-8cefc76108fb0e0fc892c60c895333476489cfc4.tar.gz
MultiMC-8cefc76108fb0e0fc892c60c895333476489cfc4.tar.lz
MultiMC-8cefc76108fb0e0fc892c60c895333476489cfc4.tar.xz
MultiMC-8cefc76108fb0e0fc892c60c895333476489cfc4.zip
NOISSUE show release dates of the meta versions in version picker views
Diffstat (limited to 'application/VersionProxyModel.h')
-rw-r--r--application/VersionProxyModel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/VersionProxyModel.h b/application/VersionProxyModel.h
index 33a0d1ea..91d1ba23 100644
--- a/application/VersionProxyModel.h
+++ b/application/VersionProxyModel.h
@@ -18,7 +18,8 @@ public:
Branch,
Type,
Architecture,
- Path
+ Path,
+ Time
};
typedef QHash<BaseVersionList::ModelRoles, std::shared_ptr<Filter>> FilterMap;