Expose the programs to the javascript process
| 2271 | |
| 2272 | // Expose the programs to the javascript process |
| 2273 | void NBrowserWindow::exposeToJavascript() { |
| 2274 | editor->page()->mainFrame()->addToJavaScriptWindowObject("browserWindow", this); |
| 2275 | } |
| 2276 | |
| 2277 | |
| 2278 |
nothing calls this directly
no outgoing calls
no test coverage detected