Skip to content

Put Corona in a QPointer

Marco Martin requested to merge work/mart/qpointercorona into master

On app teardown the corona might be deleteted (for instance shelltest), and ScreenMapper being in a singleton might outlive it, fixes some potential crashes on teardown

Merge request reports