mirror of
https://github.com/mappu/miqt.git
synced 2024-12-23 01:18:37 +00:00
15 lines
370 B
C++
15 lines
370 B
C++
|
#include <QMediaBindableInterface>
|
||
|
#include <QMediaObject>
|
||
|
#include <qmediabindableinterface.h>
|
||
|
#include "gen_qmediabindableinterface.h"
|
||
|
#include "_cgo_export.h"
|
||
|
|
||
|
QMediaObject* QMediaBindableInterface_MediaObject(const QMediaBindableInterface* self) {
|
||
|
return self->mediaObject();
|
||
|
}
|
||
|
|
||
|
void QMediaBindableInterface_Delete(QMediaBindableInterface* self) {
|
||
|
delete self;
|
||
|
}
|
||
|
|