mirror of
https://github.com/mappu/miqt.git
synced 2025-01-20 21:50:38 +00:00
17 lines
216 B
C++
17 lines
216 B
C++
#include <QInternal>
|
|
#include <qnamespace.h>
|
|
#include "gen_qnamespace.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|
|
void QInternal_Delete(QInternal* self) {
|
|
delete self;
|
|
}
|
|
|