| 242 | } |
| 243 | |
| 244 | void TimerRecordDialog::OnTimer(wxTimerEvent& WXUNUSED(event)) |
| 245 | { |
| 246 | this->UpdateStart(); |
| 247 | } |
| 248 | |
| 249 | void TimerRecordDialog::OnDatePicker_Start(wxDateEvent& WXUNUSED(event)) |
| 250 | { |
nothing calls this directly
no test coverage detected