Skip to content

Avoid double delete of TabWidget

Nate Graham requested to merge work/cherry-pick-49d687df into Plasma/5.27

QLayout::addWidget sets the parent to the layout. The widget is always added to a layout or manually managed, it doesn't need any manual code.

(cherry picked from commit 49d687df)

Merge request reports