Skip to content

Avoid double delete of TabWidget

David Edmundson requested to merge work/d_ed/crash_fix into master

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.

Merge request reports