2
1
Fork 0

typegen: expand function regex, support function overloads

This commit is contained in:
outfoxxed 2024-03-21 02:35:17 -07:00
parent 2974ebeef8
commit c1c349caaa
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 36 additions and 9 deletions

View file

@ -25,6 +25,16 @@
"cname": "qreal",
"module": null
},
{
"name": "point",
"cname": "QPointF",
"module": null
},
{
"name": "rect",
"cname": "QRectF",
"module": null
},
{
"name": "string",
"cname": "QString",