MCPcopy Create free account
hub / github.com/audacity/audacity / RestartTimer

Method RestartTimer

src/ProjectManager.cpp:758–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758void ProjectManager::RestartTimer()
759{
760 if (mTimer) {
761 // mTimer->Stop(); // not really needed
762 mTimer->Start( 3000 ); // Update messages as needed once every 3 s.
763 }
764}
765
766void ProjectManager::OnTimer(wxTimerEvent& WXUNUSED(event))
767{

Callers 1

NewMethod · 0.80

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected