miqt/qt/gen_qabstractnativeeventfil...

29 lines
531 B
C
Raw Normal View History

#ifndef GEN_QABSTRACTNATIVEEVENTFILTER_H
#define GEN_QABSTRACTNATIVEEVENTFILTER_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#include "binding.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
class QAbstractNativeEventFilter;
#else
typedef struct QAbstractNativeEventFilter QAbstractNativeEventFilter;
#endif
void QAbstractNativeEventFilter_Delete(QAbstractNativeEventFilter* self);
#ifdef __cplusplus
} /* extern C */
#endif
#endif