videocollection/videocollectionwrapper/tsrc/testvideomodel/stub/inc/videolistdatamodel_p.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 38 ff53afa8ad05
--- a/videocollection/videocollectionwrapper/tsrc/testvideomodel/stub/inc/videolistdatamodel_p.h	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/videocollectionwrapper/tsrc/testvideomodel/stub/inc/videolistdatamodel_p.h	Fri Apr 16 18:13:14 2010 +0300
@@ -96,7 +96,7 @@
      * Not emitted from here but had to be defined in order to 
      * get stub into use to testable object 
      */
-    void videoDetailsReady(TMPXItemId index);
+    void videoDetailsReady(QVariant&);
 
     
 public: // services
@@ -181,15 +181,6 @@
     QDateTime getVideoDateFromIndex( int index ) const;
    
     /**
-     * Returns the metadata for the video.
-     * 
-     * @param index: item position where client wants the date from.
-     * @return QMap map of the QVariants that hold the data. Keys defined 
-     *      in VideoCollectionCommon
-     */
-    QMap<QString, QVariant> getMetaDataFromIndex(int index) const;
-      
-    /**
      * Returns video status
      * 
      * @param index: item position where client wants the date from.
@@ -303,7 +294,7 @@
      * not used in stub
      * 
      */
-    void videoDetailsCompletedSlot(TMPXItemId videoId);
+    void videoDetailsCompletedSlot(CMPXMedia* media);
     
     /**
      * not used in stub
@@ -313,6 +304,11 @@
     /**
      * not used in stub
      */
+    void itemModifiedSlot(const TMPXItemId &itemId);    
+    
+    /**
+     * not used in stub
+     */
     void albumRemoveFailureSlot(QList<TMPXItemId> *items);
 
     /**