mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
17 lines
314 B
C++
17 lines
314 B
C++
#include <qstringbuilder.h>
|
|
#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<QAbstractConcatenable*>( self );
|
|
} else {
|
|
delete self;
|
|
}
|
|
}
|
|
|