NOISSUE FTB pack code implementation, cleaned up

This commit is contained in:
Jannis Lübke
2018-08-02 00:52:31 +02:00
committed by Petr Mrázek
parent 6cee50eac6
commit 6aada8adf7
14 changed files with 547 additions and 165 deletions

View File

@@ -6,13 +6,15 @@
#include <QMetaType>
//Header for structs etc...
enum FtbPackType {
enum class FtbPackType
{
Public,
ThirdParty,
Private
};
struct FtbModpack {
struct FtbModpack
{
QString name;
QString description;
QString author;
@@ -30,6 +32,7 @@ struct FtbModpack {
bool broken = false;
FtbPackType type;
QString packCode;
};
//We need it for the proxy model