Skip to content
Permalink
Browse files
Merge pull request #10160 from fpdotmonkey/heed-renderwidget-switch-w…
…arning

Fix switch warning in RenderWidget
  • Loading branch information
leoetlino committed Oct 12, 2021
2 parents cac74f0 + 0a7eed7 commit c2d17f3
Showing 1 changed file with 2 additions and 0 deletions.
@@ -454,6 +454,8 @@ bool RenderWidget::event(QEvent* event)
case QEvent::Close:
emit Closed();
break;
default:
break;
}
return QWidget::event(event);
}

0 comments on commit c2d17f3

Please sign in to comment.