NOISSUE show release dates of the meta versions in version picker views

This commit is contained in:
Petr Mrázek
2018-04-08 19:49:02 +02:00
parent 172f83c7e2
commit 8cefc76108
2 changed files with 13 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ public:
Branch,
Type,
Architecture,
Path
Path,
Time
};
typedef QHash<BaseVersionList::ModelRoles, std::shared_ptr<Filter>> FilterMap;