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:
parent
90371e9250
commit
2801dc7f04
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user