Added fallback for quilt if the API or Kotilin is not present

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-06-20 13:28:57 +03:00
parent b62e4c0cc7
commit 3e3be9ae6f
2 changed files with 26 additions and 13 deletions

View File

@ -70,6 +70,7 @@ class GetModDependenciesTask : public SequentialTask {
void prepare();
Task::Ptr getProjectInfoTask(std::shared_ptr<PackDependency> pDep);
ModPlatform::Dependency getOverride(const ModPlatform::Dependency&, const ModPlatform::ResourceProvider providerName);
void removePack(const QVariant addonId);
private:
QList<std::shared_ptr<PackDependency>> m_pack_dependencies;