Skip to content

Fix Qt5 backend crashing when running in Qt application

Pekka Vuorela requested to merge pvuorela/libmediaart:master into master

Creating a dummy QCoreApplication instance is bad in itself, but even worse when running in an app that already has one.

Merge request reports