mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Rename init/free item functions back
This commit is contained in:
parent
095537e3fd
commit
bdc3778cec
6 changed files with 13 additions and 13 deletions
|
@ -126,7 +126,7 @@ public:
|
|||
template<typename Component, typename ItemArray>
|
||||
void init_items(Component *c, ItemArray items) const
|
||||
{
|
||||
cbindgen_private::slint_component_init_items_array(
|
||||
cbindgen_private::slint_component_init_items(
|
||||
vtable::VRef<ComponentVTable> { &Component::static_vtable, c }, items, &inner);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue