mirror of
https://github.com/mappu/miqt.git
synced 2025-04-21 21:00:22 +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
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Qt 5 QMultimedia (needs investigation)
|
||||||
|
if className == "QAbstractPlanarVideoBuffer" {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
// Qt 5 QWebkit: undefined reference to typeinfo
|
// Qt 5 QWebkit: undefined reference to typeinfo
|
||||||
if className == "QWebNotificationPresenter" {
|
if className == "QWebNotificationPresenter" {
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user