mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 12:54:45 +00:00
Fix build
This commit is contained in:
parent
760a6ef6c5
commit
f7cb67d086
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ private:
|
||||||
sixtyfps::Timer clock_update_timer;
|
sixtyfps::Timer clock_update_timer;
|
||||||
};
|
};
|
||||||
|
|
||||||
ClockWidget::ClockWidget() : clock_update_timer(std::chrono::seconds(1), [=]() { update_clock() })
|
ClockWidget::ClockWidget() : clock_update_timer(std::chrono::seconds(1), [=]() { update_clock(); })
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue