Add missing QQuickStyle::setStyle calls
Calls QQuickStyle::setStyle("breeze")
everywhere we were calling QApplication::setStyle("org.kde.desktop")
, since it seems these two should happen together.
Calls QQuickStyle::setStyle("breeze")
everywhere we were calling QApplication::setStyle("org.kde.desktop")
, since it seems these two should happen together.