videocollection/videocollectionwrapper/tsrc/testvideocollectionclient/stub/inc/stubcollectionsignalreceiver.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 24 7d93ee07fb27
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
   104     }
   104     }
   105     
   105     
   106     /**
   106     /**
   107      * No implementation needed for these tests
   107      * No implementation needed for these tests
   108      */
   108      */
   109     void videoDetailsCompletedSlot(TMPXItemId id)
   109     void videoDetailsCompletedSlot(CMPXMedia* media)
   110     {
   110     {
   111         Q_UNUSED(id);
   111         Q_UNUSED(media);
   112     }
   112     }
   113     
   113     
   114     /**
   114     /**
   115      * No implementation needed for these tests
   115      * No implementation needed for these tests
   116      */
   116      */
   117     void albumListAvailableSlot(TMPXItemId albumId, CMPXMediaArray *albumItems)
   117     void albumListAvailableSlot(TMPXItemId albumId, CMPXMediaArray *albumItems)
   118     {
   118     {
   119         Q_UNUSED(albumId);
   119         Q_UNUSED(albumId);
   120         Q_UNUSED(albumItems);
   120         Q_UNUSED(albumItems);
   121     }
   121     }
   122  
   122 
       
   123     /**
       
   124      * No implementation needed for these tests
       
   125      */
       
   126     virtual void itemModifiedSlot(const TMPXItemId &itemId)
       
   127     {
       
   128         Q_UNUSED(itemId);
       
   129     }
   123 };
   130 };
   124 
   131 
   125 
   132 
   126 #endif
   133 #endif