Read mod files to get versions... and stuff.

This commit is contained in:
Petr Mrázek
2013-08-27 22:32:41 +02:00
parent a266e5d0cc
commit fcd05ca2f6
4 changed files with 116 additions and 142 deletions

View File

@ -56,6 +56,9 @@ public:
{
return filename() == other.filename() && id() == other.id() && version() == other.version() && type() == other.type();
}
private:
void ReadMCModInfo(QByteArray contents);
void ReadForgeInfo(QByteArray contents);
protected:
//FIXME: what do do with those? HMM...