mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 21:06:58 +03:00
Parsing the version files, part II
This commit is contained in:
parent
18853ca3fa
commit
97cf08f964
5 changed files with 246 additions and 34 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
|
||||
class Library;
|
||||
|
||||
class FullVersion
|
||||
{
|
||||
|
|
@ -40,7 +41,7 @@ public:
|
|||
QString mainClass;
|
||||
|
||||
// the list of libs. just the names for now. expand to full-blown strutures!
|
||||
QStringList libraries;
|
||||
QList<QSharedPointer<Library> > libraries;
|
||||
|
||||
// is this actually a legacy version? if so, none of the other stuff here will be ever used.
|
||||
// added by FullVersionFactory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue