diff -r 3738fe97f027 -r 8aed59de29f9 videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h --- a/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h Thu Apr 01 23:32:44 2010 +0300 +++ b/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h Fri Apr 16 18:13:14 2010 +0300 @@ -137,9 +137,9 @@ /** * Signaled when full details are ready. * - * @param id Mpx id of the clip, needed when getting the data from model. + * @param metadata The metadata for the clip. */ - void fullDetailsReadySlot(TMPXItemId id); + void fullDetailsReadySlot(QVariant& variant); /** * Slot that receives signal from play button to start playback.