videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata/stub/src/videothumbnaildata_p.cpp
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
   115 
   115 
   116 // -----------------------------------------------------------------------------
   116 // -----------------------------------------------------------------------------
   117 // VideoThumbnailData::startBackgroundFetching()
   117 // VideoThumbnailData::startBackgroundFetching()
   118 // -----------------------------------------------------------------------------
   118 // -----------------------------------------------------------------------------
   119 //
   119 //
   120 void VideoThumbnailDataPrivate::startBackgroundFetching(VideoSortFilterProxyModel *model, int fetchIndex)
   120 void VideoThumbnailDataPrivate::startBackgroundFetching(VideoProxyModelGeneric */*model*/, int /*fetchIndex*/)
   121 {
   121 {
   122     mStartBackgroundFetchingCallCount++;
   122     mStartBackgroundFetchingCallCount++;
   123 }
   123 }
   124 
   124 
   125 // -----------------------------------------------------------------------------
   125 // -----------------------------------------------------------------------------
   126 // VideoThumbnailData::enableThumbnailCreation()
   126 // VideoThumbnailData::enableThumbnailCreation()
   127 // -----------------------------------------------------------------------------
   127 // -----------------------------------------------------------------------------
   128 //
   128 //
   129 void VideoThumbnailDataPrivate::enableThumbnailCreation(bool enable)
   129 void VideoThumbnailDataPrivate::enableThumbnailCreation(bool /*enable*/)
   130 {
   130 {
   131     mEnableThumbnailCreationCallCount++;
   131     mEnableThumbnailCreationCallCount++;
   132 }
   132 }
   133 
   133 
   134 // -----------------------------------------------------------------------------
   134 // -----------------------------------------------------------------------------