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

Method DateChanged

plugins/base/macro-condition-date.cpp:569–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void 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
578void MacroConditionDateEdit::TimeChanged(const QTime &time)
579{

Callers

nothing calls this directly

Calls 2

SetDate1Method · 0.80
GetShortDescMethod · 0.45

Tested by

no test coverage detected