Merge "Code tidies"

This commit is contained in:
Zhang Hao 2021-03-05 11:46:01 +08:00 committed by Qt CI Bot
commit f13451539f

View File

@ -3003,8 +3003,7 @@ void QMenu::changeEvent(QEvent *e)
/*!
\reimp
*/
bool
QMenu::event(QEvent *e)
bool QMenu::event(QEvent *e)
{
Q_D(QMenu);
switch (e->type()) {