mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
10 lines
180 B
C++
10 lines
180 B
C++
#include <QStringDataPtr>
|
|
#include "qstringliteral.h"
|
|
#include "gen_qstringliteral.h"
|
|
#include "_cgo_export.h"
|
|
|
|
void QStringDataPtr_Delete(QStringDataPtr* self) {
|
|
delete self;
|
|
}
|
|
|