2
1
Fork 0

fix: make qmap parseable (but still not a type)

This commit is contained in:
outfoxxed 2024-03-03 19:31:35 -08:00
parent 7fa1a10c78
commit 1ca13d9ffd
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 1 additions and 6 deletions

View file

@ -122,10 +122,6 @@ pub fn resolve_types(
list = true;
}
if ctype.ends_with('*') {
ctype = &ctype[..ctype.len() - 1];
}
let mut type_ = qmlparamtype(ctype, typespec);
if list {