videocollection/tsrc/stubs/src/videothumbnaildata.cpp
changeset 62 0e1e938beb1a
parent 59 a76e86df7ccd
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    58     // not stubbed
    58     // not stubbed
    59     
    59     
    60     return 0;
    60     return 0;
    61 }
    61 }
    62 
    62 
    63 void VideoThumbnailData::startBackgroundFetching(VideoSortFilterProxyModel *model, int fetchIndex)
    63 void VideoThumbnailData::startBackgroundFetching(VideoProxyModelGeneric *model, int fetchIndex)
    64 {
    64 {
    65     Q_UNUSED(model);
    65     Q_UNUSED(model);
    66     VideoThumbnailTestData::mStartBackgroundFetchingCallCount++;
    66     VideoThumbnailTestData::mStartBackgroundFetchingCallCount++;
    67     VideoThumbnailTestData::mFetchIndex = fetchIndex;
    67     VideoThumbnailTestData::mFetchIndex = fetchIndex;
    68 }
    68 }