diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-02-06 09:32:44 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-02-06 09:32:44 +0100 |
commit | f8df07c3272c0e02f31f46fda8a429292c7a446a (patch) | |
tree | 31af739dd416f521787ed970af05fb1de8b01222 /logic/ModList.h | |
parent | b4b6091372310f4a811180cffde3ea5611881e6c (diff) | |
download | MultiMC-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.h | 1 |
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; |