| 293 | return false; |
| 294 | } |
| 295 | void WebView::onResize(int width, int height) |
| 296 | { |
| 297 | Globals::gData.width = width; |
| 298 | Globals::gData.height = height; |
| 299 | } |
| 300 | void WebView::fetchTranslations() |
| 301 | { |
| 302 | webview->setNavigateCallback([this]([[maybe_unused]] const std::string &url) { |
nothing calls this directly
no outgoing calls
no test coverage detected