---------------------------------------------------------------------------
| 88 | } |
| 89 | //--------------------------------------------------------------------------- |
| 90 | void __fastcall TMessMatchFr::UncheckAllPriButtonClick(TObject *Sender) |
| 91 | { |
| 92 | for(int i=0; i<PriorityLB->Items->Count; i++) |
| 93 | PriorityLB->Checked[i] = false; |
| 94 | MatchChange(Sender); |
| 95 | } |
| 96 | //--------------------------------------------------------------------------- |
| 97 |
nothing calls this directly
no outgoing calls
no test coverage detected