| 791 | } |
| 792 | |
| 793 | void CMainFrame::OnFileNewTab(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 794 | { |
| 795 | AddFilterView(); |
| 796 | } |
| 797 | |
| 798 | void CMainFrame::SaveLogFile(const std::wstring& filename) |
| 799 | { |
nothing calls this directly
no outgoing calls
no test coverage detected