mirror of
https://github.com/mappu/miqt.git
synced 2025-01-21 22:20:38 +00:00
22 lines
388 B
C++
22 lines
388 B
C++
#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;
|
|
}
|
|
|