Merge branch 'feature/forge_pre4_fix' into develop

Conflicts:
	logic/forge/ForgeVersionList.cpp
	logic/forge/ForgeVersionList.h
This commit is contained in:
Petr Mrázek
2014-06-25 00:54:00 +02:00
2 changed files with 40 additions and 21 deletions

View File

@ -20,11 +20,13 @@ struct ForgeVersion : public BaseVersion
bool usesInstaller();
int m_buildnr = 0;
QString branch;
QString universal_url;
QString changelog_url;
QString installer_url;
QString jobbuildver;
QString mcver;
QString mcver_sane;
QString universal_filename;
QString installer_filename;
bool is_recommended = false;