NOISSUE tabs -> spaces

This commit is contained in:
Petr Mrázek
2018-07-15 14:51:05 +02:00
parent 03280cc62e
commit bbb3b3e6f6
577 changed files with 51938 additions and 51938 deletions

View File

@ -7,29 +7,29 @@
//Header for structs etc...
enum FtbPackType {
Public,
ThirdParty,
Private
Public,
ThirdParty,
Private
};
struct FtbModpack {
QString name;
QString description;
QString author;
QStringList oldVersions;
QString currentVersion;
QString mcVersion;
QString mods;
QString logo;
QString name;
QString description;
QString author;
QStringList oldVersions;
QString currentVersion;
QString mcVersion;
QString mods;
QString logo;
//Technical data
QString dir;
QString file; //<- Url in the xml, but doesn't make much sense
//Technical data
QString dir;
QString file; //<- Url in the xml, but doesn't make much sense
bool bugged = false;
bool broken = false;
bool bugged = false;
bool broken = false;
FtbPackType type;
FtbPackType type;
};
//We need it for the proxy model