Read mod files to get versions... and stuff.
This commit is contained in:
parent
a266e5d0cc
commit
fcd05ca2f6
4 changed files with 116 additions and 142 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue