videocollection/videocollectionwrapper/tsrc/testvideocollectionclient/stub/inc/stubcollectionsignalreceiver.h
changeset 24 7d93ee07fb27
parent 17 69946d1824c4
child 50 21fe8338c6bf
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
   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