Skip to content

Use QApplication, not QGuiApplication

Joshua Goins requested to merge work/redstrate/qapplication-fix into master

QApplication is needed since qqc2-desktop-style uses QtWidgets underneath, and QGuiApplication is specifically for QtQuick-only applications.

Merge request reports