| 1118 | } |
| 1119 | |
| 1120 | void CLogView::OnViewProcessHighlight(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1121 | { |
| 1122 | AddProcessFilter(FilterType::Highlight, GetRandomBackColor()); |
| 1123 | } |
| 1124 | |
| 1125 | void CLogView::OnViewProcessInclude(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1126 | { |
nothing calls this directly
no test coverage detected