ui/uiengine/medialistwrapper/src/glxmlwrapper.cpp
changeset 50 a0f57508af73
parent 45 863223ea6961
child 65 ccee5c4b0de4
equal deleted inserted replaced
45:863223ea6961 50:a0f57508af73
   306 // handleDetailsItemAvailable.
   306 // handleDetailsItemAvailable.
   307 // ---------------------------------------------------------------------------
   307 // ---------------------------------------------------------------------------
   308 //
   308 //
   309 void GlxMLWrapper::handleDetailsItemAvailable(int itemIndex)
   309 void GlxMLWrapper::handleDetailsItemAvailable(int itemIndex)
   310 {
   310 {
   311 
   311     Q_UNUSED( itemIndex )
   312     emit updateDetails();
   312     emit updateDetails();
   313 }
   313 }
   314 
   314 
   315 // ---------------------------------------------------------------------------
   315 // ---------------------------------------------------------------------------
   316 // handleGeneralError.
   316 // handleGeneralError.
   328 void GlxMLWrapper::handleTitleAvailable(QString aTitle)
   328 void GlxMLWrapper::handleTitleAvailable(QString aTitle)
   329 {
   329 {
   330     emit updateAlbumTitle(aTitle);
   330     emit updateAlbumTitle(aTitle);
   331 }
   331 }
   332 
   332 
       
   333 bool GlxMLWrapper::isCorruptedImage( int index )
       
   334 {
       
   335     return mMLWrapperPrivate->IsCorruptedImage( index );
       
   336 }