summaryrefslogtreecommitdiffstats
path: root/logic/ModList.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-02-06 09:32:44 +0100
committerPetr Mrázek <peterix@gmail.com>2014-02-06 09:32:44 +0100
commitf8df07c3272c0e02f31f46fda8a429292c7a446a (patch)
tree31af739dd416f521787ed970af05fb1de8b01222 /logic/ModList.h
parentb4b6091372310f4a811180cffde3ea5611881e6c (diff)
downloadMultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar
MultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar.gz
MultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar.lz
MultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar.xz
MultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.zip
Small tweaks to make things better.
Diffstat (limited to 'logic/ModList.h')
-rw-r--r--logic/ModList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/ModList.h b/logic/ModList.h
index 0d6507fb..95f52061 100644
--- a/logic/ModList.h
+++ b/logic/ModList.h
@@ -127,6 +127,7 @@ public:
}
private:
+ void internalSort(QList<Mod> & what);
struct OrderItem
{
QString id;