ui/uiengine/medialistwrapper/src/glxmlwrapper.cpp
changeset 55 fb37077c270f
parent 49 f291796e213d
child 65 ccee5c4b0de4
equal deleted inserted replaced
49:f291796e213d 55:fb37077c270f
   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 }