MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / MarkTriggered

Method MarkTriggered

plugins/schedule/macro-schedule.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

checkAndFireEntriesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected