radioapp/radioapplication/src/radioapplication.cpp
changeset 44 0a3ad94fc71c
parent 38 f8c3d4e6102c
child 51 bbebb0235466
equal deleted inserted replaced
39:ac7857bd5fdb 44:0a3ad94fc71c
   130     // This way the server and UI are being initialized at the same time and the startup is faster.
   130     // This way the server and UI are being initialized at the same time and the startup is faster.
   131 //        RadioUiEngine::launchRadioServer();
   131 //        RadioUiEngine::launchRadioServer();
   132 
   132 
   133     // Splash screen needs to be shown when not started by homescreen widget
   133     // Splash screen needs to be shown when not started by homescreen widget
   134     if ( !XQServiceUtil::isService() ) {
   134     if ( !XQServiceUtil::isService() ) {
   135         HbSplashScreen::setAppId( "fmradio" );
   135         HbSplashScreen::setAppId( "0x2002FF4E" );
   136         HbSplashScreen::start();
   136         HbSplashScreen::start();
   137     }
   137     }
   138 
   138 
   139     Radio::connect( mSettingsManager,   SIGNAL(valueChanged(XQSettingsKey,QVariant)),
   139     Radio::connect( mSettingsManager,   SIGNAL(valueChanged(XQSettingsKey,QVariant)),
   140                     this,               SLOT(checkOfflineMode()) );
   140                     this,               SLOT(checkOfflineMode()) );