videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 20 b9e04db066d4
--- a/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h	Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h	Mon May 03 12:32:50 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.