mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Python: Fix name of helper method
This commit is contained in:
parent
b1f0e5fe81
commit
1d533641b4
2 changed files with 2 additions and 2 deletions
|
@ -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>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue