mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
23 lines
654 B
C++
23 lines
654 B
C++
#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombine
|
|
#define WORKAROUND_INNER_CLASS_DEFINITION_QtPrivate__QHashCombineCommutative
|
|
#include <qhashfunctions.h>
|
|
#include "gen_qhashfunctions.h"
|
|
#include "_cgo_export.h"
|
|
|
|
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;
|
|
}
|
|
|