remove extra encapsulations

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-02-06 23:17:16 +02:00
parent 323c25d83b
commit e0b8d6e0fc
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
28 changed files with 517 additions and 925 deletions

View file

@ -156,4 +156,8 @@ class ResourceAPI {
*/
virtual void loadExtraPackInfo(ModPlatform::IndexedPack&, QJsonObject&) const = 0;
virtual std::pair<Task::Ptr, QByteArray*> getModCategories() = 0;
virtual QList<ModPlatform::Category> loadModCategories(const QByteArray& response) = 0;
};