Parsing the version files, part II

This commit is contained in:
Petr Mrázek
2013-07-24 23:44:00 +02:00
parent 18853ca3fa
commit 97cf08f964
5 changed files with 246 additions and 34 deletions

View File

@@ -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