Fix warning about unhandled enumeration value.
Change-Id: Ic22a9bddfa04c286f359bc29e1d5d1ec8ef98ecc Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>bb10
parent
324e01aa72
commit
9c6239e0c1
|
|
@ -1648,6 +1648,8 @@ void QGuiApplicationPrivate::processApplicationStateChangedEvent(QWindowSystemIn
|
|||
QEvent appDeactivate(QEvent::ApplicationDeactivate);
|
||||
qApp->sendSpontaneousEvent(qApp, &appDeactivate);
|
||||
break; }
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue