Audacity 3.2.0
Variables
PendingTracks.cpp File Reference
#include "PendingTracks.h"
#include "Project.h"
#include "Track.h"
Include dependency graph for PendingTracks.cpp:

Go to the source code of this file.

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory sPendingTracksKey
 

Variable Documentation

◆ sPendingTracksKey

Initial value:
{
return std::make_shared<PendingTracks>(project);
}
}
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90

Definition at line 15 of file PendingTracks.cpp.

Referenced by PendingTracks::Get().