Skip to content
Verified Commit 5657252e authored by Carl Schwan's avatar Carl Schwan 🚴
Browse files

Fix crash on exit

CalendarManager is registered with qmlRegisterSingletonType. This means we can
not use a C++ singleton anymore.

To access CalendarManager in the Incidencewrapper, we are now forced to create
the objects from C++ instead of using Qt.createQmlObject, which is also a lot
less hacky.
parent 987bf5fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment