#include #include #include #include "gen_qpropertyprivate.h" #ifndef _Bool #define _Bool bool #endif #include "_cgo_export.h" void QUntypedPropertyData_Delete(QUntypedPropertyData* self, bool isSubclass) { if (isSubclass) { delete dynamic_cast( self ); } else { delete self; } } void QPropertyProxyBindingData_Delete(QPropertyProxyBindingData* self, bool isSubclass) { if (isSubclass) { delete dynamic_cast( self ); } else { delete self; } }