| 98 | } |
| 99 | |
| 100 | void MainWindow::UpdateMainView () |
| 101 | { |
| 102 | std::stringstream s; |
| 103 | i2p::util::PrintMainWindowText (s); |
| 104 | m_MainView->SetText (s.str ().c_str ()); |
| 105 | } |
| 106 | |
| 107 | void MainWindow::MessageReceived (BMessage * msg) |
| 108 | { |
nothing calls this directly
no test coverage detected