diff options
author | Sky <git@bunnies.cc> | 2013-11-03 23:53:31 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-11-03 23:53:31 +0000 |
commit | dc3b0fcb2b74aeede37b08216b203cab284f7fce (patch) | |
tree | ce4c2c3a2786bdbb9752c26d6feaab3735ba9bd6 /MultiMC.h | |
parent | 406d8511bdc7b857a200b29e7d6e2fd81eda0f8e (diff) | |
parent | d6e4fb29713d6ce55b092c0e22412f6121e7f516 (diff) | |
download | PrismLauncher-dc3b0fcb2b74aeede37b08216b203cab284f7fce.tar.gz PrismLauncher-dc3b0fcb2b74aeede37b08216b203cab284f7fce.tar.bz2 PrismLauncher-dc3b0fcb2b74aeede37b08216b203cab284f7fce.zip |
Merge branch 'develop'
Diffstat (limited to 'MultiMC.h')
-rw-r--r-- | MultiMC.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -23,6 +23,15 @@ class JavaVersionList; #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, +}; + class MultiMC : public QApplication { Q_OBJECT |