Clang warning.
This commit is contained in:
parent
dac26b1551
commit
19d632a094
|
@ -583,8 +583,9 @@ auto VPApplication::event(QEvent *e) -> bool
|
|||
{
|
||||
mw->show();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
break;
|
||||
#endif // defined(Q_OS_MAC)
|
||||
default:
|
||||
return VAbstractApplication::event(e);
|
||||
|
|
|
@ -593,6 +593,7 @@ auto MApplication::event(QEvent *e) -> bool
|
|||
}
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
#endif // defined(Q_OS_MAC)
|
||||
default:
|
||||
return VAbstractApplication::event(e);
|
||||
|
|
|
@ -871,6 +871,7 @@ auto VApplication::event(QEvent *e) -> bool
|
|||
}
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
#endif // defined(Q_OS_MAC)
|
||||
default:
|
||||
return VAbstractApplication::event(e);
|
||||
|
|
Loading…
Reference in New Issue
Block a user