mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
genbindings/config: update for Qt 6.8
This commit is contained in:
parent
2a502f24ff
commit
6e0c417f00
@ -234,6 +234,11 @@ func AllowMethod(className string, mm CppMethod) error {
|
|||||||
return ErrTooComplex
|
return ErrTooComplex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if className == "QXmlStreamEntityResolver" && mm.MethodName == "operator=" {
|
||||||
|
// Present in Qt 6.7, but marked as =delete by Q_DISABLE_COPY_MOVE in Qt 6.8
|
||||||
|
return ErrTooComplex
|
||||||
|
}
|
||||||
|
|
||||||
return nil // OK, allow
|
return nil // OK, allow
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user