mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
GH-2124 First complete implementation, installing is working now! GH-2172 Added sorting
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
#include <QList>
|
||||
#include "qmetatype.h"
|
||||
|
||||
//Header for structs etc...
|
||||
|
||||
struct FtbModpack {
|
||||
QString name;
|
||||
QString description;
|
||||
@@ -16,6 +16,11 @@ struct FtbModpack {
|
||||
//Technical data
|
||||
QString dir;
|
||||
QString file; //<- Url in the xml, but doesn't make much sense
|
||||
|
||||
bool bugged = false;
|
||||
bool broken = false;
|
||||
};
|
||||
//We need it for the proxy model
|
||||
Q_DECLARE_METATYPE(FtbModpack)
|
||||
|
||||
typedef QList<FtbModpack> FtbModpackList;
|
||||
|
||||
Reference in New Issue
Block a user