2
1
Fork 0

typegen: Pipewire and related support changes

- Added enum singleton support
This commit is contained in:
outfoxxed 2024-05-19 02:20:32 -07:00
parent 57ba1768f8
commit ff5da84a8b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
9 changed files with 208 additions and 75 deletions

View file

@ -20,11 +20,21 @@
"cname": "qint32",
"module": null
},
{
"name": "int",
"cname": "quint32",
"module": null
},
{
"name": "real",
"cname": "qreal",
"module": null
},
{
"name": "real",
"cname": "float",
"module": null
},
{
"name": "point",
"cname": "QPointF",