1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 21:07:45 +00:00

Explicitly include QGuiApplication and add a note

This commit is contained in:
Joshua Goins 2024-08-22 21:08:31 -04:00
parent 5077ae188c
commit 32c73a6126

View file

@ -4,6 +4,7 @@
#include <KAboutData>
#include <KLocalizedContext>
#include <KLocalizedString>
#include <QGuiApplication> // NOTE: do not remove this, if your IDE suggests to do so
#include <QQuickStyle>
#include <kdsingleapplication.h>
#include <qcoroqml.h>