fix: make qmap parseable (but still not a type)
This commit is contained in:
parent
7fa1a10c78
commit
1ca13d9ffd
2 changed files with 1 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue