aboutsummaryrefslogtreecommitdiff
path: root/MultiMC.h
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2013-11-03 23:53:31 +0000
committerSky <git@bunnies.cc>2013-11-03 23:53:31 +0000
commitdc3b0fcb2b74aeede37b08216b203cab284f7fce (patch)
treece4c2c3a2786bdbb9752c26d6feaab3735ba9bd6 /MultiMC.h
parent406d8511bdc7b857a200b29e7d6e2fd81eda0f8e (diff)
parentd6e4fb29713d6ce55b092c0e22412f6121e7f516 (diff)
downloadPrismLauncher-dc3b0fcb2b74aeede37b08216b203cab284f7fce.tar.gz
PrismLauncher-dc3b0fcb2b74aeede37b08216b203cab284f7fce.tar.bz2
PrismLauncher-dc3b0fcb2b74aeede37b08216b203cab284f7fce.zip
Merge branch 'develop'
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/MultiMC.h b/MultiMC.h
index 62375cba..cd4a5f7d 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -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