| 277 | } |
| 278 | |
| 279 | void MacroScheduleEntry::MarkTriggered(const QDateTime &now) |
| 280 | { |
| 281 | ++timesTriggered; |
| 282 | lastTriggered = now; |
| 283 | } |
| 284 | |
| 285 | void MacroScheduleEntry::FastForwardTo(const QDateTime &now) |
| 286 | { |
no outgoing calls
no test coverage detected