mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 04:46:57 +03:00
remove extra encapsulations
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
323c25d83b
commit
e0b8d6e0fc
28 changed files with 517 additions and 925 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue