#include #include "gen_qstringbuilder.h" #ifndef _Bool #define _Bool bool #endif #include "_cgo_export.h" void QAbstractConcatenable_Delete(QAbstractConcatenable* self, bool isSubclass) { if (isSubclass) { delete dynamic_cast( self ); } else { delete self; } }