| 222 | } |
| 223 | |
| 224 | void MainFrame::UpdateStatusBar() |
| 225 | { |
| 226 | if (!GetStatusBar()) |
| 227 | { |
| 228 | return; |
| 229 | } |
| 230 | SetStatusText(m_scopeLabel); |
| 231 | } |
| 232 | |
| 233 | void MainFrame::StartSymbolDownload() |
| 234 | { |
nothing calls this directly
no outgoing calls
no test coverage detected