typegen: hyprland module + lockfile update
This commit is contained in:
parent
3e1b15d759
commit
57ba1768f8
4 changed files with 13 additions and 5 deletions
|
|
@ -119,6 +119,10 @@ pub fn resolve_types(
|
|||
list = true;
|
||||
} else if ctype.starts_with("QList<") {
|
||||
ctype = &ctype[6..ctype.len() - 1];
|
||||
if ctype.ends_with('*') {
|
||||
ctype = &ctype[0..ctype.len() - 1];
|
||||
}
|
||||
|
||||
list = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue