#include #include #include "gen_qstringliteral.h" #include "_cgo_export.h" void QStringDataPtr_Delete(QStringDataPtr* self, bool isSubclass) { if (isSubclass) { delete dynamic_cast( self ); } else { delete self; } }