NOISSUE move version file reading and writing to dedicated namespaces
This commit is contained in:
parent
17ad1e64f8
commit
a0b47aee5b
16 changed files with 328 additions and 308 deletions
|
@ -64,7 +64,7 @@ void MinecraftVersion::applyFileTo(MinecraftProfile *version)
|
|||
throw VersionIncomplete(QObject::tr("Can't apply incomplete/builtin Minecraft version %1").arg(m_name));
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
QJsonDocument MinecraftVersion::toJson(bool saveOrder)
|
||||
{
|
||||
if(m_versionSource == Local && getVersionFile())
|
||||
|
@ -76,6 +76,7 @@ QJsonDocument MinecraftVersion::toJson(bool saveOrder)
|
|||
throw VersionIncomplete(QObject::tr("Can't write incomplete/builtin Minecraft version %1").arg(m_name));
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
QString MinecraftVersion::getUrl() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue