mpviewplugins/mpdetailsviewplugin/src/mpdetailsview.cpp
changeset 22 ecf06a08d4d9
parent 20 82baf59ce8dd
child 25 3ec52facab4d
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
   208     mThumbnailManager->setThumbnailSize( ThumbnailManager::ThumbnailSmall );
   208     mThumbnailManager->setThumbnailSize( ThumbnailManager::ThumbnailSmall );
   209     QObject::connect( mThumbnailManager, SIGNAL( thumbnailReady( QPixmap , void * , int , int ) ),
   209     QObject::connect( mThumbnailManager, SIGNAL( thumbnailReady( QPixmap , void * , int , int ) ),
   210             this, SLOT( thumbnailReady( QPixmap , void * , int , int  ) ) );
   210             this, SLOT( thumbnailReady( QPixmap , void * , int , int  ) ) );
   211     mDefaultRecommendationAlbumArt = QPixmap( ":/detailsviewicons/defaultalbumart.png" );
   211     mDefaultRecommendationAlbumArt = QPixmap( ":/detailsviewicons/defaultalbumart.png" );
   212     
   212     
   213     setTitle( tr("Music") );
       
   214     // TODO: might need later
   213     // TODO: might need later
   215     setupMenu();
   214     setupMenu();
   216       
   215       
   217     connect( mSoftKeyBack, SIGNAL( triggered() ), this, SLOT( back() ) );
   216     connect( mSoftKeyBack, SIGNAL( triggered() ), this, SLOT( back() ) );
   218     connect( mShareButton, SIGNAL( clicked() ), this, SLOT( share() ) );    
   217     connect( mShareButton, SIGNAL( clicked() ), this, SLOT( share() ) );