diff -r 69946d1824c4 -r b9e04db066d4 videocollection/videocollectionwrapper/inc/videothumbnaildata_p.h --- a/videocollection/videocollectionwrapper/inc/videothumbnaildata_p.h Mon May 03 12:32:50 2010 +0300 +++ b/videocollection/videocollectionwrapper/inc/videothumbnaildata_p.h Fri May 14 15:53:50 2010 +0300 @@ -19,12 +19,13 @@ #define __VIDEOTHUMBNAILDATAPRIVATE_H__ // INCLUDES -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include #include #include @@ -201,11 +202,11 @@ * for some item. Thumbnail data is saved to icon cache. * * @param tnData: thumbnail - * @param internal: internal data contains pointer to the media id used in emitted signal + * @param mediaId: pointer to the media id used in emitted signal * @param error: possible error code from thumbnail manager ( 0 == ok ) * */ - void thumbnailReadySlot(QPixmap tnData, void *internal, int error); + void thumbnailReadySlot(QPixmap tnData, const TMPXItemId &mediaId, int error); /** * VideoListDataModel signals this slot when the model has been changed.