radioapp/radiouiengine/src/radiouiengine_p.cpp
changeset 32 189d20c34778
parent 28 075425b8d9a4
child 37 451b2e1545b2
child 57 21be958eb3ce
equal deleted inserted replaced
28:075425b8d9a4 32:189d20c34778
    44 
    44 
    45 /*!
    45 /*!
    46  *
    46  *
    47  */
    47  */
    48 RadioUiEnginePrivate::RadioUiEnginePrivate( RadioUiEngine* engine ) :
    48 RadioUiEnginePrivate::RadioUiEnginePrivate( RadioUiEngine* engine ) :
    49     q_ptr( engine )
    49     q_ptr( engine ),
       
    50     mPowerOffTimer( NULL )
    50 {
    51 {
    51 }
    52 }
    52 
    53 
    53 /*!
    54 /*!
    54  *
    55  *
    58 #ifndef BUILD_WIN32
    59 #ifndef BUILD_WIN32
    59     XQSettingsManager settingsManager;
    60     XQSettingsManager settingsManager;
    60     XQPublishAndSubscribeUtils utils( settingsManager );
    61     XQPublishAndSubscribeUtils utils( settingsManager );
    61     XQPublishAndSubscribeSettingsKey radioStartupKey( KRadioPSUid, KRadioStartupKey );
    62     XQPublishAndSubscribeSettingsKey radioStartupKey( KRadioPSUid, KRadioStartupKey );
    62     bool deleted = utils.deleteProperty( radioStartupKey );
    63     bool deleted = utils.deleteProperty( radioStartupKey );
    63     LOG_ASSERT( deleted, LOG( "RadioUiEnginePrivate::~RadioUiEnginePrivate(). Failed to delete P&S key" ) );
    64     LOG_ASSERT( deleted, LOG( "RadioUiEnginePrivate::~RadioUiEnginePrivate(). Failed to remove P&S key" ) );
    64 #endif
    65 #endif
    65 }
    66 }
    66 
    67 
    67 /*!
    68 /*!
    68  *
    69  *