diff --git a/cmd/genbindings/config-allowlist.go b/cmd/genbindings/config-allowlist.go index ac5d2ff7..b5b3052d 100644 --- a/cmd/genbindings/config-allowlist.go +++ b/cmd/genbindings/config-allowlist.go @@ -576,7 +576,6 @@ func AllowType(p CppParameter, isReturnType bool) error { switch p.ParameterType { case - "QList", // e.g. QVariant constructor - this has a deleted copy-constructor so we can't get it over the CABI boundary by value "QPolygon", "QPolygonF", // QPolygon extends a template type "QGenericMatrix", "QMatrix3x3", // extends a template type "QLatin1String", "QStringView", // e.g. QColor constructors and QColor::SetNamedColor() overloads. These are usually optional alternatives to QString