videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 37 4eb2df7f7cbe
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
   135     void shortDetailsReadySlot(TMPXItemId id);
   135     void shortDetailsReadySlot(TMPXItemId id);
   136 
   136 
   137     /**
   137     /**
   138      * Signaled when full details are ready.
   138      * Signaled when full details are ready.
   139      *
   139      *
   140      * @param id Mpx id of the clip, needed when getting the data from model.
   140      * @param metadata The metadata for the clip.
   141      */
   141      */
   142     void fullDetailsReadySlot(TMPXItemId id);
   142     void fullDetailsReadySlot(QVariant& variant);
   143 
   143 
   144     /**
   144     /**
   145      * Slot that receives signal from play button to start playback.
   145      * Slot that receives signal from play button to start playback.
   146      */
   146      */
   147     void startPlaybackSlot();
   147     void startPlaybackSlot();