Diffusion Krita b3ea2d9ab57d

Wrap proxy objects in QPointers

Authored by rempt on Sep 28 2017, 10:24 AM.

Description

Wrap proxy objects in QPointers

It's possible that a canvas is being deleted while an action is
still running; accessing the proxy object in when ending the action
will cause a crash. In general, we should wrap every QObject pointer
that is held by a class that is not the parent or the owner in a
QPointer.

BUG:385166

Details

Committed
remptSep 28 2017, 11:10 AM
Parents
R37:78c6d6974584: Fix spello
Branches
Unknown
Tags
Unknown