Skip to content
  • Halla Rempt's avatar
    Wrap proxy objects in QPointers · b3ea2d9a
    Halla Rempt authored
    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
    b3ea2d9a