From b1344f89c537c6bdf997ed38759fef866e373f2d Mon Sep 17 00:00:00 2001 From: Ice Yeti <101294194+iceyetiwins@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:54:14 -0400 Subject: [PATCH] DCO Remediation Commit for Ice Yeti <101294194+iceyetiwins@users.noreply.github.com> I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: cb105b7 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 1c1717a I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 2e656c2 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 7e7de65 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 3458830 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: b13cfd9 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: b0a600b I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 547d870 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: bd9bea7 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 66d661f I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: e88b293 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 3a6ae78 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 4d1141f I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: c295055 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 66b20c9 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: e4c48e5 I, Ice Yeti <101294194+iceyetiwins@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 5f569ae Signed-off-by: Ice Yeti <101294194+IceYetiWins@users.noreply.github.com> --- launcher/ui/MultiWorldListPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/ui/MultiWorldListPage.cpp b/launcher/ui/MultiWorldListPage.cpp index 4e597fb60..76756f4ba 100644 --- a/launcher/ui/MultiWorldListPage.cpp +++ b/launcher/ui/MultiWorldListPage.cpp @@ -464,7 +464,7 @@ void MultiWorldListPage::on_actionCopy_triggered() } } -// TODO: Make this a separate dialog class +// TODO: Make this a separate dialog class in launcher/ui/dialogs Q_DECLARE_METATYPE(BaseInstance*); MinecraftInstance* MultiWorldListPage::selectInstance(const QString& message, const BaseInstance* preselectedInstance) {