src/gui/kernel/qapplication_p.h
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   517 
   517 
   518     int symbianProcessWsEvent(const QSymbianEvent *symbianEvent);
   518     int symbianProcessWsEvent(const QSymbianEvent *symbianEvent);
   519     int symbianHandleCommand(const QSymbianEvent *symbianEvent);
   519     int symbianHandleCommand(const QSymbianEvent *symbianEvent);
   520     int symbianResourceChange(const QSymbianEvent *symbianEvent);
   520     int symbianResourceChange(const QSymbianEvent *symbianEvent);
   521 
   521 
       
   522     void _q_aboutToQuit();
   522 #endif
   523 #endif
   523 #if defined(Q_WS_WIN) || defined(Q_WS_X11) || defined (Q_WS_QWS) || defined(Q_WS_MAC)
   524 #if defined(Q_WS_WIN) || defined(Q_WS_X11) || defined (Q_WS_QWS) || defined(Q_WS_MAC)
   524     void sendSyntheticEnterLeave(QWidget *widget);
   525     void sendSyntheticEnterLeave(QWidget *widget);
   525 #endif
   526 #endif
   526 
   527 
   601 #ifdef Q_WS_QWS
   602 #ifdef Q_WS_QWS
   602     QMap<const QScreen*, QRect> maxWindowRects;
   603     QMap<const QScreen*, QRect> maxWindowRects;
   603 #endif
   604 #endif
   604 
   605 
   605 #ifdef Q_OS_SYMBIAN
   606 #ifdef Q_OS_SYMBIAN
   606     static QHash<TInt, TUint> scanCodeCache;
   607     QHash<TInt, TUint> scanCodeCache;
   607 #endif
   608 #endif
   608 
   609 
   609     static QApplicationPrivate *self;
   610     static QApplicationPrivate *self;
   610 
   611 
   611     static void giveFocusAccordingToFocusPolicy(QWidget *w,
   612     static void giveFocusAccordingToFocusPolicy(QWidget *w,