diff -r ef0373b55136 -r 758a864f9613 src/gui/kernel/qapplication_p.h --- a/src/gui/kernel/qapplication_p.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/gui/kernel/qapplication_p.h Mon Oct 04 01:19:32 2010 +0300 @@ -519,6 +519,7 @@ int symbianHandleCommand(const QSymbianEvent *symbianEvent); int symbianResourceChange(const QSymbianEvent *symbianEvent); + void _q_aboutToQuit(); #endif #if defined(Q_WS_WIN) || defined(Q_WS_X11) || defined (Q_WS_QWS) || defined(Q_WS_MAC) void sendSyntheticEnterLeave(QWidget *widget); @@ -603,7 +604,7 @@ #endif #ifdef Q_OS_SYMBIAN - static QHash scanCodeCache; + QHash scanCodeCache; #endif static QApplicationPrivate *self;