mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
14 lines
313 B
C++
14 lines
313 B
C++
#include <QScopedPointerPodDeleter>
|
|
#include "qscopedpointer.h"
|
|
#include "gen_qscopedpointer.h"
|
|
#include "_cgo_export.h"
|
|
|
|
void QScopedPointerPodDeleter_Cleanup(void* pointer) {
|
|
QScopedPointerPodDeleter::cleanup(pointer);
|
|
}
|
|
|
|
void QScopedPointerPodDeleter_Delete(QScopedPointerPodDeleter* self) {
|
|
delete self;
|
|
}
|
|
|