phoneengine/networkhandlingstarter/tsrc/mocks/mock_xqaiwrequest.cpp
changeset 64 6aaf0276100e
parent 56 5bcb308bd24d
equal deleted inserted replaced
56:5bcb308bd24d 64:6aaf0276100e
   285 bool XQAiwRequest::sendExecute(  )
   285 bool XQAiwRequest::sendExecute(  )
   286     {
   286     {
   287     SMC_MOCK_METHOD0( bool )
   287     SMC_MOCK_METHOD0( bool )
   288     }
   288     }
   289 
   289 
   290 const QMetaObject *XQAiwRequest::metaObject() const
   290 
       
   291 // -----------------------------------------------------------------------------
       
   292 // XQAiwRequest::handleAsyncResponse
       
   293 // -----------------------------------------------------------------------------
       
   294 //
       
   295 void XQAiwRequest::handleAsyncResponse(const QVariant& value)
   291 {
   296 {
   292     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : NULL;
   297     SMC_MOCK_METHOD1( void, const QVariant &, value )
   293 }
   298 }
   294 
   299 
   295 void *XQAiwRequest::qt_metacast(const char *_clname)
   300 
       
   301 // -----------------------------------------------------------------------------
       
   302 // XQAiwRequest::sendFromAction
       
   303 // -----------------------------------------------------------------------------
       
   304 //
       
   305 void XQAiwRequest::sendFromAction(bool checked)
   296 {
   306 {
       
   307     SMC_MOCK_METHOD1( void, bool, checked )
   297 }
   308 }
   298 
   309 
   299 int XQAiwRequest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
   310 
       
   311 // -----------------------------------------------------------------------------
       
   312 // XQAiwRequest::handleAsyncError
       
   313 // -----------------------------------------------------------------------------
       
   314 //
       
   315 void XQAiwRequest::handleAsyncError(int err)
   300 {
   316 {
   301     return 0;
   317     SMC_MOCK_METHOD1( void, int, err )
   302 }
   318 }