1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-06-07 22:47:46 +00:00

Add explicit QIcon include

This commit is contained in:
Joshua Goins 2024-07-28 22:07:19 -04:00
parent ee6c29a559
commit 20eba826ee

View file

@ -20,6 +20,7 @@
#ifdef Q_OS_WIN
#include <BreezeIcons/BreezeIcons>
#include <QIcon>
#endif
using namespace Qt::StringLiterals;