(&self)
| 80 | } else { |
| 81 | info!("{}", arguments.to_string()); |
| 82 | } |
| 83 | }) |
| 84 | } |
| 85 | |
| 86 | fn new_event_loop_proxy(&self) -> Option<Box<dyn EventLoopProxy>> { |
| 87 | Some(Box::new(SlintEventProxy(self.slint_event_sender.clone()))) |
nothing calls this directly
no test coverage detected