#include <QPropertyProxyBindingData>
#include <QUntypedPropertyData>
#include <qpropertyprivate.h>
#include "gen_qpropertyprivate.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
} /* extern C */
#endif

void QUntypedPropertyData_delete(QUntypedPropertyData* self) {
	delete self;
}

void QPropertyProxyBindingData_delete(QPropertyProxyBindingData* self) {
	delete self;
}