Small fixes, including release dates of some legacy versions

This commit is contained in:
Petr Mrázek
2014-05-11 19:13:21 +02:00
parent e993adaf44
commit 68ef451be5
7 changed files with 64 additions and 22 deletions

View File

@@ -30,15 +30,6 @@ class URNResolver;
#endif
#define MMC (static_cast<MultiMC *>(QCoreApplication::instance()))
// FIXME: possibly move elsewhere
enum InstSortMode
{
// Sort alphabetically by name.
Sort_Name,
// Sort by which instance was launched most recently.
Sort_LastLaunch
};
enum UpdateFlag
{
None = 0x0,