Fix crash when loaded in Kontact
ClosedPublic

Authored by ervin on Jun 19 2017, 7:36 PM.

Details

Summary

When loaded via the part, the PageView has the splitter as parent and so
is deleted as soon as the part gets deleted. It means it ends up deleted
before ApplicationComponents in that case, leading to a call to setModel
on an already deleted PageView.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin created this revision.Jun 19 2017, 7:36 PM
dfaure accepted this revision.Jun 20 2017, 7:19 AM
This revision is now accepted and ready to land.Jun 20 2017, 7:19 AM
This revision was automatically updated to reflect the committed changes.