| 965 | } |
| 966 | |
| 967 | void CMainFrame::LoadAsync(const std::wstring& filename) |
| 968 | { |
| 969 | SetTitle(filename); |
| 970 | if (!IsPaused()) Pause(); |
| 971 | ClearLog(); |
| 972 | m_logSources.AddDBLogReader(filename); |
| 973 | } |
| 974 | |
| 975 | void CMainFrame::SetTitle(const std::wstring& title) |
| 976 | { |
nothing calls this directly
no test coverage detected