#pragma once
#ifndef MIQT_QT_GEN_QNAMESPACE_H
#define MIQT_QT_GEN_QNAMESPACE_H

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

#pragma GCC diagnostic ignored "-Wdeprecated-declarations"

#include "../libmiqt/libmiqt.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
class QInternal;
#else
typedef struct QInternal QInternal;
#endif

void QInternal_Delete(QInternal* self, bool isSubclass);

#ifdef __cplusplus
} /* extern C */
#endif 

#endif