mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
launcher/minecract/auth/AccountList.cpp: add missing QIcon include
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: fc1e29111b
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
fe81ad3fc8
commit
8a53949f67
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include <QDir>
|
||||
#include <QFile>
|
||||
#include <QIcon>
|
||||
#include <QIODevice>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonDocument>
|
||||
|
|
|
|||
Loading…
Reference in a new issue