videocollection/videocollectionwrapper/src/videothumbnaildata.cpp
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    13 *
    13 *
    14 * Description: VideoThumbnailData class implementation
    14 * Description: VideoThumbnailData class implementation
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 26.1.2 %
    18 // Version : %version: 26.1.3 %
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include "videocollectiontrace.h"
    21 #include "videocollectiontrace.h"
    22 #include "videothumbnaildata.h"
    22 #include "videothumbnaildata.h"
    23 #include "videothumbnaildata_p.h"
    23 #include "videothumbnaildata_p.h"
    82 
    82 
    83 // -----------------------------------------------------------------------------
    83 // -----------------------------------------------------------------------------
    84 // VideoThumbnailData::startBackgroundFetching()
    84 // VideoThumbnailData::startBackgroundFetching()
    85 // -----------------------------------------------------------------------------
    85 // -----------------------------------------------------------------------------
    86 //
    86 //
    87 void VideoThumbnailData::startBackgroundFetching(VideoSortFilterProxyModel *model, int fetchIndex)
    87 void VideoThumbnailData::startBackgroundFetching(VideoProxyModelGeneric *model, int fetchIndex)
    88 {
    88 {
    89 	INFO_2("VideoThumbnailData::startBackgroundFetching() model: 0x%x, fetchIndex: %d", model, fetchIndex);
    89 	INFO_2("VideoThumbnailData::startBackgroundFetching() model: 0x%x, fetchIndex: %d", model, fetchIndex);
    90     d_ptr->startBackgroundFetching(model, fetchIndex);
    90     d_ptr->startBackgroundFetching(model, fetchIndex);
    91 }
    91 }
    92 
    92