mirror of
https://github.com/mappu/miqt.git
synced 2025-04-27 15:40:21 +00:00
genbindings/config: block QWebEngineQuotaRequest deprecated in Qt 6.9
This commit is contained in:
parent
ccbfaf0819
commit
66ffe9dfde
@ -200,6 +200,7 @@ func AllowClass(className string) bool {
|
||||
"QPropertyBindingPrivatePtr", // Qt 6 qpropertyprivate.h. Appears in header but cannot be linked
|
||||
"QDeferredDeleteEvent", // Qt 6. Hidden/undocumented class in Qt 6.4, moved to private header in Qt 6.7. Intended for test use only
|
||||
"QQmlV4Function", // Qt 6. Not part of the interface
|
||||
"QWebEngineQuotaRequest", // Qt 6 QWebEngine: Deprecated in Qt 6.9
|
||||
|
||||
"QUntypedPropertyData::InheritsQUntypedPropertyData", // qpropertyprivate.h . Hidden/undocumented class in Qt 6.4, removed in 6.7
|
||||
"____last____":
|
||||
|
Loading…
x
Reference in New Issue
Block a user