miqt/qt/gen_qhashfunctions.cpp

35 lines
1.0 KiB
C++

#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombine
#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombineCommutative
#include "qhashfunctions.h"
#include "gen_qhashfunctions.h"
extern "C" {
extern void miqt_exec_callback(void* cb, int argc, void* argv);
}
QtPrivate__QHashCombine* QtPrivate__QHashCombine_new() {
return new QtPrivate::QHashCombine();
}
QtPrivate__QHashCombine* QtPrivate__QHashCombine_new2(QtPrivate__QHashCombine* param1) {
return new QtPrivate::QHashCombine(*param1);
}
void QtPrivate__QHashCombine_Delete(QtPrivate__QHashCombine* self) {
delete self;
}
QtPrivate__QHashCombineCommutative* QtPrivate__QHashCombineCommutative_new() {
return new QtPrivate::QHashCombineCommutative();
}
QtPrivate__QHashCombineCommutative* QtPrivate__QHashCombineCommutative_new2(QtPrivate__QHashCombineCommutative* param1) {
return new QtPrivate::QHashCombineCommutative(*param1);
}
void QtPrivate__QHashCombineCommutative_Delete(QtPrivate__QHashCombineCommutative* self) {
delete self;
}