camerauis/cameraxui/cxui/inc/cxuiapplication.h
changeset 37 64817133cd1d
parent 21 fa6d9f75d6a6
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    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