Skip to content

Commit

Permalink
multimedia: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mappu committed Nov 11, 2024
1 parent a6d3145 commit 3c8c85a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions qt6/multimedia/gen_qwavedecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ long long QWaveDecoder_Pos(const QWaveDecoder* self) {
return static_cast<long long>(_ret);
}

void QWaveDecoder_SetIODevice(QWaveDecoder* self, QIODevice* device) {
self->setIODevice(device);
}

long long QWaveDecoder_Size(const QWaveDecoder* self) {
qint64 _ret = self->size();
return static_cast<long long>(_ret);
Expand Down
4 changes: 0 additions & 4 deletions qt6/multimedia/gen_qwavedecoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ func (this *QWaveDecoder) Pos() int64 {
return (int64)(C.QWaveDecoder_Pos(this.h))
}

func (this *QWaveDecoder) SetIODevice(device *qt6.QIODevice) {
C.QWaveDecoder_SetIODevice(this.h, (*C.QIODevice)(device.UnsafePointer()))
}

func (this *QWaveDecoder) Size() int64 {
return (int64)(C.QWaveDecoder_Size(this.h))
}
Expand Down
1 change: 0 additions & 1 deletion qt6/multimedia/gen_qwavedecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ bool QWaveDecoder_Open(QWaveDecoder* self, int mode);
void QWaveDecoder_Close(QWaveDecoder* self);
bool QWaveDecoder_Seek(QWaveDecoder* self, long long pos);
long long QWaveDecoder_Pos(const QWaveDecoder* self);
void QWaveDecoder_SetIODevice(QWaveDecoder* self, QIODevice* device);
long long QWaveDecoder_Size(const QWaveDecoder* self);
bool QWaveDecoder_IsSequential(const QWaveDecoder* self);
long long QWaveDecoder_BytesAvailable(const QWaveDecoder* self);
Expand Down

0 comments on commit 3c8c85a

Please sign in to comment.