void sipQDeclarativePropertyValueSource::setTarget(const QDeclarativeProperty& a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[0],sipPySelf,sipName_QDeclarativePropertyValueSource,sipName_setTarget); if (!sipMeth) return; extern void sipVH_QtDeclarative_0(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, const QDeclarativeProperty&); sipVH_QtDeclarative_0(sipGILState, 0, sipPySelf, sipMeth, a0); }
void sipQPyDeclarativePropertyValueSource::setTarget(const QDeclarativeProperty& a0) { sip_gilstate_t sipGILState; PyObject *meth; meth = sipIsPyMethod(&sipGILState,&sipPyMethods[7],sipPySelf,sipName_QPyDeclarativePropertyValueSource,sipName_setTarget); if (!meth) return; extern void sipVH_QtDeclarative_0(sip_gilstate_t,PyObject *,const QDeclarativeProperty&); sipVH_QtDeclarative_0(sipGILState,meth,a0); }