add better profile logging properly resolve important dependencies
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
ce280c2d04
commit
a94a081b9c
11 changed files with 215 additions and 85 deletions
|
@ -6,6 +6,8 @@
|
|||
#include "net/Mode.h"
|
||||
#include "tasks/Task.h"
|
||||
|
||||
#include "minecraft/ComponentUpdateTask.h"
|
||||
|
||||
class PackProfile;
|
||||
|
||||
struct RemoteLoadStatus {
|
||||
|
@ -18,7 +20,7 @@ struct RemoteLoadStatus {
|
|||
};
|
||||
|
||||
struct ComponentUpdateTaskData {
|
||||
PackProfile* m_list = nullptr;
|
||||
PackProfile* m_profile = nullptr;
|
||||
QList<RemoteLoadStatus> remoteLoadStatusList;
|
||||
bool remoteLoadSuccessful = true;
|
||||
size_t remoteTasksInProgress = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue