mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
move resolution into update actions in task.
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "minecraft/Component.h"
|
||||
#include "net/Mode.h"
|
||||
#include "tasks/Task.h"
|
||||
|
||||
@ -21,7 +22,11 @@ class ComponentUpdateTask : public Task {
|
||||
|
||||
private:
|
||||
void loadComponents();
|
||||
/// collects components that are dependent on or dependencies of the component
|
||||
QList<ComponentPtr> collectTreeLinked(const QString& uid);
|
||||
void resolveDependencies(bool checkOnly);
|
||||
void performUpdateActions();
|
||||
void finalizeComponents();
|
||||
|
||||
void remoteLoadSucceeded(size_t index);
|
||||
void remoteLoadFailed(size_t index, const QString& msg);
|
||||
|
Reference in New Issue
Block a user