diff options
Diffstat (limited to 'api/logic/minecraft/AssetsUtils.h')
-rw-r--r-- | api/logic/minecraft/AssetsUtils.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/api/logic/minecraft/AssetsUtils.h b/api/logic/minecraft/AssetsUtils.h index b7ea9cc1..063c1237 100644 --- a/api/logic/minecraft/AssetsUtils.h +++ b/api/logic/minecraft/AssetsUtils.h @@ -22,22 +22,22 @@ struct AssetObject { - QString getRelPath(); - QUrl getUrl(); - QString getLocalPath(); - NetActionPtr getDownloadAction(); + QString getRelPath(); + QUrl getUrl(); + QString getLocalPath(); + NetActionPtr getDownloadAction(); - QString hash; - qint64 size; + QString hash; + qint64 size; }; struct AssetsIndex { - NetJobPtr getDownloadJob(); + NetJobPtr getDownloadJob(); - QString id; - QMap<QString, AssetObject> objects; - bool isVirtual = false; + QString id; + QMap<QString, AssetObject> objects; + bool isVirtual = false; }; namespace AssetsUtils |