mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Python: Fix doc link
This commit is contained in:
parent
387a106850
commit
7c02bbd833
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ impl From<PyTimerMode> for i_slint_core::timers::TimerMode {
|
|||
/// period of time.
|
||||
///
|
||||
/// Use `Timer.start()` to create a timer that that repeatedly triggers a callback, or
|
||||
/// [`Timer::single_shot`] to trigger a callback only once.
|
||||
/// `Timer.single_shot()` to trigger a callback only once.
|
||||
///
|
||||
/// The timer will automatically stop when garbage collected. You must keep the Timer object
|
||||
/// around for as long as you want the timer to keep firing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue