diff options
Diffstat (limited to 'libmultimc/include/fullversion.h')
-rw-r--r-- | libmultimc/include/fullversion.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libmultimc/include/fullversion.h b/libmultimc/include/fullversion.h index b1de02a3..523ac87c 100644 --- a/libmultimc/include/fullversion.h +++ b/libmultimc/include/fullversion.h @@ -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 |