mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
18 lines
319 B
C++
18 lines
319 B
C++
#include <QStringDataPtr>
|
|
#include <qstringliteral.h>
|
|
#include "gen_qstringliteral.h"
|
|
|
|
#ifndef _Bool
|
|
#define _Bool bool
|
|
#endif
|
|
#include "_cgo_export.h"
|
|
|
|
void QStringDataPtr_Delete(QStringDataPtr* self, bool isSubclass) {
|
|
if (isSubclass) {
|
|
delete dynamic_cast<QStringDataPtr*>( self );
|
|
} else {
|
|
delete self;
|
|
}
|
|
}
|
|
|