mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
genbindings: hide another unprojectable method
This commit is contained in:
parent
ef4dc703e6
commit
3fd8ec777d
@ -270,6 +270,11 @@ nextMethod:
|
||||
mm.MethodName = methodName[3:]
|
||||
}
|
||||
|
||||
if strings.Contains(methodName, `QGADGET`) {
|
||||
log.Printf("Skipping method %q with weird QGADGET behaviour\n", mm.MethodName)
|
||||
continue
|
||||
}
|
||||
|
||||
err := parseMethod(node, &mm)
|
||||
if err != nil {
|
||||
if errors.Is(err, ErrTooComplex) {
|
||||
|
Loading…
Reference in New Issue
Block a user