slint/sixtyfps_runtime/rendering_backends
Simon Hausmann ce62cce266 Internal cleanup: Simplify some Option handling
Replace

   if let Some(Some(Foo)) = bar.map(|some_weak| weak.upgrade())

with

   if let Some(Foo) = bar.and_then(|some_weak| weak.upgrade())
2021-09-01 18:29:32 +02:00
..
default Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
gl Internal cleanup: Simplify some Option handling 2021-09-01 18:29:32 +02:00
qt Unify mouse input event and draw handling between Qt and the GL backend 2021-09-01 18:20:23 +02:00
testing Unify mouse input event and draw handling between Qt and the GL backend 2021-09-01 18:20:23 +02:00