2024-10-20 18:21:03 +13:00
|
|
|
#include <QPartialOrdering>
|
|
|
|
#include <qcompare.h>
|
|
|
|
#include "gen_qcompare.h"
|
2024-12-11 19:55:47 +13:00
|
|
|
|
2025-01-07 11:30:33 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
2024-12-11 19:55:47 +13:00
|
|
|
#endif
|
2024-10-20 18:21:03 +13:00
|
|
|
|
2024-12-07 17:15:57 +13:00
|
|
|
QPartialOrdering* QPartialOrdering_new(QPartialOrdering* param1) {
|
|
|
|
return new QPartialOrdering(*param1);
|
2024-10-20 18:21:03 +13:00
|
|
|
}
|
|
|
|
|
2025-01-18 17:42:41 +13:00
|
|
|
void QPartialOrdering_Delete(QPartialOrdering* self) {
|
|
|
|
delete self;
|
2024-10-20 18:21:03 +13:00
|
|
|
}
|
|
|
|
|