typegen: Pipewire and related support changes
- Added enum singleton support
This commit is contained in:
parent
57ba1768f8
commit
ff5da84a8b
9 changed files with 208 additions and 75 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue