| 567 | } |
| 568 | |
| 569 | void MacroConditionDateEdit::DateChanged(const QDate &date) |
| 570 | { |
| 571 | GUARD_LOADING_AND_LOCK(); |
| 572 | _entryData->SetDate1(date); |
| 573 | |
| 574 | emit HeaderInfoChanged( |
| 575 | QString::fromStdString(_entryData->GetShortDesc())); |
| 576 | } |
| 577 | |
| 578 | void MacroConditionDateEdit::TimeChanged(const QTime &time) |
| 579 | { |
nothing calls this directly
no test coverage detected