Skip to content

Avoid combining smart pointers and qobject parent ownership

David Edmundson requested to merge work/crash_fix into master

Devices are stored as QSharedPointer mDevices. If something has the memory managed explicitly we don't want QObject parents to also try and do the same job.

BUG: 439192

Merge request reports