Browser helper thread is ready
| 291 | |
| 292 | // Browser helper thread is ready |
| 293 | void NBrowserWindow::browserThreadStarted() { |
| 294 | browserRunner->moveToThread(browserThread); |
| 295 | } |
| 296 | |
| 297 | |
| 298 | // Setup the toolbar window of the editor |
nothing calls this directly
no outgoing calls
no test coverage detected