Code tidies

The return type goes on the same line of the rest of the signature.

Change-Id: Icacf2e00ed2876c4c9b72b8f6c428c2e37ee42a7
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
Zhang Hao 2021-03-05 11:46:01 +08:00 committed by Giuseppe D'Angelo
parent 90371e9250
commit 2801dc7f04

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()) {