| @@ -18,7 +18,6 @@ | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include <qvariant.h> | ||||
| #include <QList> | ||||
| #include <QMetaType> | ||||
| #include <QString> | ||||
|   | ||||
| @@ -20,7 +20,6 @@ ModModel::ModModel(BaseInstance const& base_inst, ResourceAPI* api) : ResourceMo | ||||
|         auto meta = mod->metadata(); | ||||
|         ModPlatform::IndexedPack pack{ meta->project_id, meta->provider, meta->name, meta->slug }; | ||||
|         pack.loadedFileId = meta->file_id; | ||||
|         qWarning() << pack.loadedFileId; | ||||
|         addPack(pack); | ||||
|     } | ||||
| } | ||||
|   | ||||
| @@ -3,10 +3,10 @@ | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #include "ResourceModel.h" | ||||
| #include <qlist.h> | ||||
|  | ||||
| #include <QCryptographicHash> | ||||
| #include <QIcon> | ||||
| #include <QList> | ||||
| #include <QMessageBox> | ||||
| #include <QPixmapCache> | ||||
| #include <QUrl> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Trial97
					Trial97