Allow QVariantList - seems to work just fine

This commit is contained in:
Jacek Sieka 2025-04-11 22:43:04 +12:00 committed by mappu
parent a64bbdf249
commit b3b783f3d6

View File

@ -576,7 +576,6 @@ func AllowType(p CppParameter, isReturnType bool) error {
switch p.ParameterType {
case
"QList<QVariant>", // 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