mirror of
https://github.com/mappu/miqt.git
synced 2025-01-31 02:20:22 +00:00
17 lines
239 B
C++
17 lines
239 B
C++
#include <QStringDataPtr>
|
|
#include <qstringliteral.h>
|
|
#include "gen_qstringliteral.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|
|
void QStringDataPtr_Delete(QStringDataPtr* self) {
|
|
delete self;
|
|
}
|
|
|