camerauis/cameraxui/cxui/inc/cxuiapplication.h
changeset 43 0e652f8f1fbd
parent 28 3075d9b614e6
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
    33 #if defined(Q_WS_S60)
    33 #if defined(Q_WS_S60)
    34     bool symbianEventFilter(const QSymbianEvent *e);
    34     bool symbianEventFilter(const QSymbianEvent *e);
    35 #endif // Q_WS_S60
    35 #endif // Q_WS_S60
    36 
    36 
    37 signals:
    37 signals:
       
    38     /*!
       
    39     * Testing framework support.
       
    40     * Application ready signal is emitted after startup when UI is fully loaded and functional.
       
    41     */
       
    42     void applicationReady();
    38 #if defined(Q_WS_S60)
    43 #if defined(Q_WS_S60)
    39     void symbianEvent(const QSymbianEvent *e);
    44     void symbianEvent(const QSymbianEvent *e);
    40 #endif // Q_WS_S60
    45 #endif // Q_WS_S60
    41 };
    46 };
    42 
    47