mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
13 lines
273 B
C++
13 lines
273 B
C++
#include <qstringbuilder.h>
|
|
#include "gen_qstringbuilder.h"
|
|
#include "_cgo_export.h"
|
|
|
|
void QAbstractConcatenable_Delete(QAbstractConcatenable* self, bool isSubclass) {
|
|
if (isSubclass) {
|
|
delete dynamic_cast<QAbstractConcatenable*>( self );
|
|
} else {
|
|
delete self;
|
|
}
|
|
}
|
|
|