Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 2 additions & 0 deletions Source/Core/DolphinQt/RenderWidget.cpp
Expand Up @@ -454,6 +454,8 @@ bool RenderWidget::event(QEvent* event)
case QEvent::Close:
emit Closed();
break;
default:
break;
}
return QWidget::event(event);
}
Expand Down

0 comments on commit c2d17f3

Please sign in to comment.