videocollection/videocollectionwrapper/tsrc/testvideocollectionclient/stub/inc/stubcollectionsignalreceiver.h
changeset 38 ff53afa8ad05
parent 36 8aed59de29f9
child 50 21fe8338c6bf
equal deleted inserted replaced
37:4eb2df7f7cbe 38:ff53afa8ad05
   121     }
   121     }
   122 
   122 
   123     /**
   123     /**
   124      * No implementation needed for these tests
   124      * No implementation needed for these tests
   125      */
   125      */
   126     virtual void itemModifiedSlot(const TMPXItemId &itemId)
   126     void itemModifiedSlot(const TMPXItemId &itemId)
   127     {
   127     {
   128         Q_UNUSED(itemId);
   128         Q_UNUSED(itemId);
       
   129     }
       
   130     
       
   131     /**
       
   132      * No implementation needed for these tests
       
   133      */
       
   134     void listCompleteSlot()
       
   135     {
       
   136         
   129     }
   137     }
   130 };
   138 };
   131 
   139 
   132 
   140 
   133 #endif
   141 #endif