videocollection/videocollectionwrapper/tsrc/testvideothumbnaildata/stub/src/videothumbnaildata_p.cpp
changeset 58 d2b028fd1f7d
parent 50 21fe8338c6bf
equal deleted inserted replaced
55:4bfa887905cf 58:d2b028fd1f7d
   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 // -----------------------------------------------------------------------------