miqt/qt6/gen_qstringbuilder.cpp

17 lines
314 B
C++
Raw Permalink Normal View History

2024-10-20 05:21:03 +00:00
#include <qstringbuilder.h>
#include "gen_qstringbuilder.h"
#ifndef _Bool
#define _Bool bool
#endif
2024-10-20 05:21:03 +00:00
#include "_cgo_export.h"
2024-11-19 06:29:06 +00:00
void QAbstractConcatenable_Delete(QAbstractConcatenable* self, bool isSubclass) {
if (isSubclass) {
delete dynamic_cast<QAbstractConcatenable*>( self );
} else {
delete self;
}
2024-10-20 05:21:03 +00:00
}