miqt/qt6/gen_qpropertyprivate.cpp

22 lines
388 B
C++
Raw Normal View History

2024-10-20 18:21:03 +13:00
#include <QPropertyProxyBindingData>
#include <QUntypedPropertyData>
#include <qpropertyprivate.h>
#include "gen_qpropertyprivate.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} /* extern C */
#endif
2024-10-20 18:21:03 +13:00
2025-02-01 13:45:16 +13:00
void QUntypedPropertyData_delete(QUntypedPropertyData* self) {
delete self;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QPropertyProxyBindingData_delete(QPropertyProxyBindingData* self) {
delete self;
2024-10-20 18:21:03 +13:00
}