| 282 | }; |
| 283 | |
| 284 | void clear_bindings() |
| 285 | { |
| 286 | for (auto& binding : bindings) |
| 287 | { |
| 288 | wf::get_core().bindings->rem_binding(&binding); |
| 289 | } |
| 290 | |
| 291 | bindings.clear(); |
| 292 | } |
| 293 | |
| 294 | wf::signal::connection_t<wf::reload_config_signal> on_reload_config = [=] (auto) |
| 295 | { |
nothing calls this directly
no test coverage detected