mirror of
https://github.com/mappu/miqt.git
synced 2025-04-11 08:00:23 +00:00
qt5/qmultimedia: blocks some abstract classes
This commit is contained in:
parent
92af81ce3d
commit
52b1749f2f
@ -286,6 +286,11 @@ func AllowVirtualForClass(className string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// Qt 5 QMultimedia (needs investigation)
|
||||
if className == "QAbstractPlanarVideoBuffer" {
|
||||
return false
|
||||
}
|
||||
|
||||
// Qt 5 QWebkit: undefined reference to typeinfo
|
||||
if className == "QWebNotificationPresenter" {
|
||||
return false
|
||||
|
Loading…
x
Reference in New Issue
Block a user