videocollection/videocollectionwrapper/tsrc/testvideocollectionclient/stub/inc/stubcollectionsignalreceiver.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 24 7d93ee07fb27
--- a/videocollection/videocollectionwrapper/tsrc/testvideocollectionclient/stub/inc/stubcollectionsignalreceiver.h	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/videocollectionwrapper/tsrc/testvideocollectionclient/stub/inc/stubcollectionsignalreceiver.h	Fri Apr 16 18:13:14 2010 +0300
@@ -106,9 +106,9 @@
     /**
      * No implementation needed for these tests
      */
-    void videoDetailsCompletedSlot(TMPXItemId id)
+    void videoDetailsCompletedSlot(CMPXMedia* media)
     {
-        Q_UNUSED(id);
+        Q_UNUSED(media);
     }
     
     /**
@@ -119,7 +119,14 @@
         Q_UNUSED(albumId);
         Q_UNUSED(albumItems);
     }
- 
+
+    /**
+     * No implementation needed for these tests
+     */
+    virtual void itemModifiedSlot(const TMPXItemId &itemId)
+    {
+        Q_UNUSED(itemId);
+    }
 };