Skip to content

Remove unneeded QPointer usage

Nicolas Fella requested to merge work/nico/no-qpointer into master

Using QPointer here doesn't help since it doesn't protect against an already deleted widget being passed in

The case we need to worry about is the window being deleted in the time between KJobWidgets::setWindow and the window being needed. kwidgetsaddons!262 (merged) takes care of that

Merge request reports