1
0
mirror of https://github.com/mappu/miqt.git synced 2025-02-24 21:31:55 +00:00
miqt/qt6/gen_qstringbuilder.cpp

16 lines
227 B
C++
Raw Normal View History

2024-10-20 18:21:03 +13:00
#include <qstringbuilder.h>
#include "gen_qstringbuilder.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} /* extern C */
#endif
2024-10-20 18:21:03 +13:00
void QAbstractConcatenable_Delete(QAbstractConcatenable* self) {
delete self;
2024-10-20 18:21:03 +13:00
}