diff -r 4cc1412daed0 -r 560ce2306a17 mpviewplugins/mpdetailsviewplugin/src/mpdetailsview.cpp --- a/mpviewplugins/mpdetailsviewplugin/src/mpdetailsview.cpp Fri Aug 06 16:51:36 2010 -0500 +++ b/mpviewplugins/mpdetailsviewplugin/src/mpdetailsview.cpp Tue Aug 24 03:36:14 2010 -0500 @@ -176,9 +176,6 @@ mMpEngine = MpEngineFactory::sharedEngine(); mSongData = mMpEngine->songData(); - - // TODO: might need later - setupMenu(); mMpQueryManager = new MpQueryManager(); connect( mSoftKeyBack, SIGNAL( triggered() ), this, SLOT( back() ) ); @@ -191,7 +188,7 @@ connect( mMpQueryManager, SIGNAL(inspireMeItemsMetadataRetrieved()), this, SLOT(renderInspireMeMetadata())); connect( mMpQueryManager, SIGNAL(inspireMeItemAlbumArtReady()), this, SLOT(renderInspireMeAlbumArts())); connect( mMpQueryManager, SIGNAL(localMusicStoreRetrieved(bool)), this, SLOT(queryInspireMe(bool)), Qt::QueuedConnection); - connect( mMpQueryManager, SIGNAL(localMusicStoreRetrievalError()), this, SLOT(abortInspireMeProcess())); + connect( mMpQueryManager, SIGNAL(localMusicStoreRetrievalError()), this, SLOT(abortInspireMeProcess())); connect( mMpQueryManager, SIGNAL(inspireMeItemsRetrievalError()), this, SLOT(queryLocalMusicStore()), Qt::QueuedConnection); TX_EXIT @@ -253,16 +250,6 @@ } /*! - Setup the menu. - */ -void MpDetailsView::setupMenu() -{ - TX_ENTRY - - TX_EXIT -} - -/*! Slot to handle back command from softkey. */ void MpDetailsView::back() @@ -287,7 +274,7 @@ /*! Slot to handle network error. */ -void MpDetailsView::abortInspireMeProcess() +void MpDetailsView::abortInspireMeProcess( ) { TX_ENTRY mInspireMeProgressBar->hide();