aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/ComponentUpdateTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/ComponentUpdateTask.h')
-rw-r--r--launcher/minecraft/ComponentUpdateTask.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/minecraft/ComponentUpdateTask.h b/launcher/minecraft/ComponentUpdateTask.h
index 4274cabb..4fcbbca8 100644
--- a/launcher/minecraft/ComponentUpdateTask.h
+++ b/launcher/minecraft/ComponentUpdateTask.h
@@ -2,6 +2,7 @@
#include "tasks/Task.h"
#include "net/Mode.h"
+#include "Component.h"
#include <memory>
class PackProfile;
@@ -26,6 +27,7 @@ protected:
private:
void loadComponents();
+ QString findBestComponentVersion(ComponentPtr component);
void resolveDependencies(bool checkOnly);
void remoteLoadSucceeded(size_t index);