diff -r af3740e3753f -r c5b304f4d89b mpviewplugins/mpdetailsviewplugin/src/mpdetailsview.cpp --- a/mpviewplugins/mpdetailsviewplugin/src/mpdetailsview.cpp Wed Aug 18 09:46:20 2010 +0300 +++ b/mpviewplugins/mpdetailsviewplugin/src/mpdetailsview.cpp Thu Sep 02 20:24:03 2010 +0300 @@ -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();