camerauis/cameraxui/cxui/src/cxuiapplication.cpp
changeset 48 42ba2d16bf40
parent 21 fa6d9f75d6a6
child 51 ccc0e7e3344f
equal deleted inserted replaced
37:64817133cd1d 48:42ba2d16bf40
    31     Other classes may connect to CxuiApplication::symbianEvent signal, which is
    31     Other classes may connect to CxuiApplication::symbianEvent signal, which is
    32     emitted whenever a QSymbianEvent is posted to application.
    32     emitted whenever a QSymbianEvent is posted to application.
    33 
    33 
    34 */
    34 */
    35 CxuiApplication::CxuiApplication(int &argc, char *argv[])
    35 CxuiApplication::CxuiApplication(int &argc, char *argv[])
    36     : HbApplication(argc, argv, Hb::NoSplash)
    36     : HbApplication(argc, argv, Hb::SplashFixedHorizontal)
    37 {
    37 {
    38     CX_DEBUG_IN_FUNCTION();
    38     CX_DEBUG_IN_FUNCTION();
    39 }
    39 }
    40 
    40 
    41 /*!
    41 /*!