mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Fix Python build
This commit is contained in:
parent
f302142cd7
commit
5cfd8e8c03
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ impl From<PyTimerMode> for i_slint_core::timers::TimerMode {
|
|||
}
|
||||
}
|
||||
|
||||
#[pyclass(name = "Timer")]
|
||||
#[pyclass(name = "Timer", unsendable)]
|
||||
pub struct PyTimer {
|
||||
timer: i_slint_core::timers::Timer,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue