Fix Crash When Closing Resource Editor

Authored by gottfried on Jan 11 2017, 10:32 AM.

Description

Fix Crash When Closing Resource Editor

We have to delete the QQuickView manually. The automatic deletion
is happening too late. At this stage the keyboard layout editor, which
we expose a context property, has no parent anymore. The QML deletes
relentlessly everything it sees without a parent. Which will inevitable
lead to double free and crash.

Details

Committed
gottfriedJan 11 2017, 10:32 AM
Parents
R336:d4eac6a47568: Fix Keyboard Focus Loss Issue For Trainer
Branches
Unknown
Tags
Unknown