diff -r 075425b8d9a4 -r 189d20c34778 radioapp/radiouiengine/src/radiouiengine_p.cpp --- a/radioapp/radiouiengine/src/radiouiengine_p.cpp Fri Jun 11 13:38:32 2010 +0300 +++ b/radioapp/radiouiengine/src/radiouiengine_p.cpp Wed Jun 23 18:12:57 2010 +0300 @@ -46,7 +46,8 @@ * */ RadioUiEnginePrivate::RadioUiEnginePrivate( RadioUiEngine* engine ) : - q_ptr( engine ) + q_ptr( engine ), + mPowerOffTimer( NULL ) { } @@ -60,7 +61,7 @@ XQPublishAndSubscribeUtils utils( settingsManager ); XQPublishAndSubscribeSettingsKey radioStartupKey( KRadioPSUid, KRadioStartupKey ); bool deleted = utils.deleteProperty( radioStartupKey ); - LOG_ASSERT( deleted, LOG( "RadioUiEnginePrivate::~RadioUiEnginePrivate(). Failed to delete P&S key" ) ); + LOG_ASSERT( deleted, LOG( "RadioUiEnginePrivate::~RadioUiEnginePrivate(). Failed to remove P&S key" ) ); #endif }