NOISSUE Add back Legacy for migration purposes

This commit is contained in:
Petr Mrázek
2017-09-16 23:09:05 +02:00
parent b2b0487600
commit 9a6c2b0e2c
14 changed files with 821 additions and 4 deletions

View File

@ -19,8 +19,6 @@ struct Env::Private
shared_qobject_ptr<HttpMetaCache> m_metacache;
std::shared_ptr<IIconList> m_iconlist;
shared_qobject_ptr<Meta::Index> m_metadataIndex;
// FIXME: replace with mojang format LWJGL in meta store
std::shared_ptr<LWJGLVersionList> m_lwjgllist;
QString m_jarsPath;
};