From 8a53949f67e8007f200ef0c9f528ed3af0530dad Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 18 Jan 2026 19:27:28 +0200 Subject: [PATCH] launcher/minecract/auth/AccountList.cpp: add missing QIcon include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In member function ‘virtual QVariant AccountList::data(const QModelIndex&, int) const’: /var/tmp/portage/games-action/prismlauncher-9999/work/prismlauncher-9999/launcher/minecraft/auth/AccountList.cpp:331:35: error: incomplete type ‘QIcon’ used in nested name specifier 331 | return QIcon::fromTheme("noaccount").pixmap(24, 24); | Fixes: fc1e29111bff46ebe9c12277d4edadf7f5f29d8a Signed-off-by: Alfred Wingate --- launcher/minecraft/auth/AccountList.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp index 59fbfe64d..2ef86e9e6 100644 --- a/launcher/minecraft/auth/AccountList.cpp +++ b/launcher/minecraft/auth/AccountList.cpp @@ -39,6 +39,7 @@ #include #include +#include #include #include #include