Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into Fix_Assert
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
commit
27c3775f99
51 changed files with 422 additions and 329 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <QString>
|
||||
#include <QVariant>
|
||||
#include <QVector>
|
||||
#include <memory>
|
||||
|
||||
class QIODevice;
|
||||
|
||||
|
@ -82,6 +83,8 @@ struct ExtraPackData {
|
|||
};
|
||||
|
||||
struct IndexedPack {
|
||||
using Ptr = std::shared_ptr<IndexedPack>;
|
||||
|
||||
QVariant addonId;
|
||||
ResourceProvider provider;
|
||||
QString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue