mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
14 lines
217 B
C++
14 lines
217 B
C++
#include <QInternal>
|
|
#include "qnamespace.h"
|
|
|
|
#include "gen_qnamespace.h"
|
|
|
|
extern "C" {
|
|
extern void miqt_exec_callback(void* cb, int argc, void* argv);
|
|
}
|
|
|
|
void QInternal_Delete(QInternal* self) {
|
|
delete self;
|
|
}
|
|
|