typegen: expand function regex, support function overloads
This commit is contained in:
parent
2974ebeef8
commit
c1c349caaa
5 changed files with 36 additions and 9 deletions
|
@ -25,6 +25,16 @@
|
|||
"cname": "qreal",
|
||||
"module": null
|
||||
},
|
||||
{
|
||||
"name": "point",
|
||||
"cname": "QPointF",
|
||||
"module": null
|
||||
},
|
||||
{
|
||||
"name": "rect",
|
||||
"cname": "QRectF",
|
||||
"module": null
|
||||
},
|
||||
{
|
||||
"name": "string",
|
||||
"cname": "QString",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue