mirror of
https://github.com/mappu/miqt.git
synced 2025-04-27 15:40:21 +00:00
Allow QVariantList - seems to work just fine
This commit is contained in:
parent
a64bbdf249
commit
b3b783f3d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user