equal
deleted
inserted
replaced
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 */ |