mirror of
https://github.com/mappu/miqt.git
synced 2025-01-21 06:00:38 +00:00
16 lines
227 B
C++
16 lines
227 B
C++
#include <qstringbuilder.h>
|
|
#include "gen_qstringbuilder.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|
|
void QAbstractConcatenable_Delete(QAbstractConcatenable* self) {
|
|
delete self;
|
|
}
|
|
|