miqt/qt6/gen_qthreadstorage.cpp

21 lines
368 B
C++
Raw Normal View History

2024-10-20 18:21:03 +13:00
#include <QThreadStorageData>
#include <qthreadstorage.h>
#include "gen_qthreadstorage.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} /* extern C */
#endif
2024-10-20 18:21:03 +13:00
2024-12-07 17:15:57 +13:00
QThreadStorageData* QThreadStorageData_new(QThreadStorageData* param1) {
return new QThreadStorageData(*param1);
2024-10-20 18:21:03 +13:00
}
void QThreadStorageData_Delete(QThreadStorageData* self) {
delete self;
2024-10-20 18:21:03 +13:00
}