radioapp/radiouiengine/src/radiocontrolservice.cpp
changeset 33 11b6825f0862
parent 32 189d20c34778
child 37 451b2e1545b2
child 41 3a6b55c6390c
equal deleted inserted replaced
32:189d20c34778 33:11b6825f0862
    32 RadioControlService::RadioControlService( RadioUiEngine& engine ) :
    32 RadioControlService::RadioControlService( RadioUiEngine& engine ) :
    33     XQServiceProvider( RADIO_SERVICE +"."+ RADIO_CONTROL_SERVICE, &engine ),
    33     XQServiceProvider( RADIO_SERVICE +"."+ RADIO_CONTROL_SERVICE, &engine ),
    34     mUiEngine( engine )
    34     mUiEngine( engine )
    35 {
    35 {
    36     publishAll();
    36     publishAll();
    37     if ( XQServiceUtil::isService() ) {
       
    38         XQServiceUtil::toBackground( true );
       
    39     }
       
    40 }
    37 }
    41 
    38 
    42 /*!
    39 /*!
    43  *
    40  *
    44  */
    41  */