Python: Fix name of helper method

This commit is contained in:
Simon Hausmann 2025-05-16 16:58:38 +02:00 committed by Simon Hausmann
parent b1f0e5fe81
commit 1d533641b4
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ impl i_slint_core::model::Model for PyModelShared {
}
impl PyModelShared {
pub fn rust_into_js_model<'py>(
pub fn rust_into_py_model<'py>(
model: &ModelRc<slint_interpreter::Value>,
py: Python<'py>,
) -> Option<Bound<'py, PyAny>> {