Fix warning about unhandled enumeration value.

Change-Id: Ic22a9bddfa04c286f359bc29e1d5d1ec8ef98ecc
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
bb10
Friedemann Kleint 2013-03-07 15:41:53 +01:00 committed by The Qt Project
parent 324e01aa72
commit 9c6239e0c1
1 changed files with 2 additions and 0 deletions

View File

@ -1648,6 +1648,8 @@ void QGuiApplicationPrivate::processApplicationStateChangedEvent(QWindowSystemIn
QEvent appDeactivate(QEvent::ApplicationDeactivate);
qApp->sendSpontaneousEvent(qApp, &appDeactivate);
break; }
default:
break;
}
}