mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
10 lines
157 B
C++
10 lines
157 B
C++
#include <QInternal>
|
|
#include "qnamespace.h"
|
|
#include "gen_qnamespace.h"
|
|
#include "_cgo_export.h"
|
|
|
|
void QInternal_Delete(QInternal* self) {
|
|
delete self;
|
|
}
|
|
|