mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 14:18:37 +00:00
15 lines
218 B
C++
15 lines
218 B
C++
|
#include "gen_qnamespace.h"
|
||
|
#include "qnamespace.h"
|
||
|
|
||
|
#include <QInternal>
|
||
|
|
||
|
|
||
|
extern "C" {
|
||
|
extern void miqt_exec_callback(void* cb, int argc, void* argv);
|
||
|
}
|
||
|
|
||
|
void QInternal_Delete(QInternal* self) {
|
||
|
delete self;
|
||
|
}
|
||
|
|