From b3b783f3d6e457b7cd7b6b77ce917a00d4a9b7be Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Fri, 11 Apr 2025 22:43:04 +1200 Subject: [PATCH] Allow QVariantList - seems to work just fine --- cmd/genbindings/config-allowlist.go | 1 - 1 file changed, 1 deletion(-) 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