mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
multimedia: add blocklist for QWaveDecoder::setIODevice
This commit is contained in:
parent
92ec0bc0a4
commit
a6d314559f
@ -210,6 +210,10 @@ func AllowMethod(className string, mm CppMethod) error {
|
|||||||
return ErrTooComplex // Present in Qt 5.15 and 6.4, missing in Qt 6.7
|
return ErrTooComplex // Present in Qt 5.15 and 6.4, missing in Qt 6.7
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if className == "QWaveDecoder" && mm.MethodName == "setIODevice" {
|
||||||
|
return ErrTooComplex // Qt 6: Present in header, but no-op method was not included in compiled library
|
||||||
|
}
|
||||||
|
|
||||||
return nil // OK, allow
|
return nil // OK, allow
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user