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
|
\reimp
|
||||||
*/
|
*/
|
||||||
bool
|
bool QMenu::event(QEvent *e)
|
||||||
QMenu::event(QEvent *e)
|
|
||||||
{
|
{
|
||||||
Q_D(QMenu);
|
Q_D(QMenu);
|
||||||
switch (e->type()) {
|
switch (e->type()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user