1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-06-18 10:57:45 +00:00

Add explicit QIcon include

This commit is contained in:
Joshua Goins 2024-07-28 22:07:19 -04:00
parent c029759e8d
commit 067dc61132

View file

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