Allow overriding the order in which patches are applied

This commit is contained in:
Jan Dalheimer
2014-02-08 17:22:26 +01:00
parent 6d9819cccf
commit 53069205fa
7 changed files with 240 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ public:
bool canRemove(const int index) const;
QString versionFileId(const int index) const;
public
slots:
bool remove(const int index);
@@ -123,6 +125,7 @@ public:
QString version;
QString mcVersion;
QString filename;
int order;
};
QList<VersionFile> versionFiles;