LiteLoader support

This commit is contained in:
Jan Dalheimer
2013-12-28 14:22:36 +01:00
parent 595e4b697e
commit 55e62a81b6
7 changed files with 116 additions and 0 deletions

View File

@ -68,6 +68,12 @@ public:
m_name = name;
}
/// Returns the raw name field
QString rawName() const
{
return m_name;
}
QJsonObject toJson();
/**