mirror of
https://github.com/mappu/miqt.git
synced 2025-01-05 07:08:39 +00:00
15 lines
301 B
C++
15 lines
301 B
C++
|
#include "gen_qabstractnativeeventfilter.h"
|
||
|
#include "qabstractnativeeventfilter.h"
|
||
|
|
||
|
#include <QAbstractNativeEventFilter>
|
||
|
|
||
|
|
||
|
extern "C" {
|
||
|
extern void miqt_exec_callback(void* cb, int argc, void* argv);
|
||
|
}
|
||
|
|
||
|
void QAbstractNativeEventFilter_Delete(QAbstractNativeEventFilter* self) {
|
||
|
delete self;
|
||
|
}
|
||
|
|