Qt: use a HashMap for the cache

And not the cache dirrectly within the item, because it is already in use
for the partial rendering
This commit is contained in:
Olivier Goffart 2022-05-30 14:43:40 +02:00 committed by Olivier Goffart
parent d2186593c0
commit 615c7635ee
13 changed files with 137 additions and 109 deletions

View file

@ -295,7 +295,6 @@ fn gen_corelib(
"slint_windowrc_hide",
"slint_windowrc_get_scale_factor",
"slint_windowrc_set_scale_factor",
"slint_windowrc_free_graphics_resources",
"slint_windowrc_set_focus_item",
"slint_windowrc_set_component",
"slint_windowrc_show_popup",