2024-08-29 07:01:51 +00:00
|
|
|
#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombine
|
|
|
|
#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombineCommutative
|
2024-10-16 05:07:56 +00:00
|
|
|
#include <qhashfunctions.h>
|
2024-08-29 07:01:51 +00:00
|
|
|
#include "gen_qhashfunctions.h"
|
2024-09-14 22:29:05 +00:00
|
|
|
#include "_cgo_export.h"
|
2024-08-29 07:01:51 +00:00
|
|
|
|
|
|
|
QtPrivate__QHashCombine* QtPrivate__QHashCombine_new() {
|
|
|
|
return new QtPrivate::QHashCombine();
|
|
|
|
}
|
|
|
|
|
|
|
|
void QtPrivate__QHashCombine_Delete(QtPrivate__QHashCombine* self) {
|
|
|
|
delete self;
|
|
|
|
}
|
|
|
|
|
|
|
|
QtPrivate__QHashCombineCommutative* QtPrivate__QHashCombineCommutative_new() {
|
|
|
|
return new QtPrivate::QHashCombineCommutative();
|
|
|
|
}
|
|
|
|
|
|
|
|
void QtPrivate__QHashCombineCommutative_Delete(QtPrivate__QHashCombineCommutative* self) {
|
|
|
|
delete self;
|
|
|
|
}
|
|
|
|
|