Skip to content

KIOOpenWith: Store parent widget in QPointer

Nicolas Fella requested to merge work/nico/open-with-boom into master

The parent may be closed in the time between creating the KIOOpenWith and promptUserForApplication

If that happens m_parentWidget is dangling

BUG: 481488

Merge request reports