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

Go to the source code of this file.

Variables

static AudacityProject::AttachedObjects::RegisteredFactory sProjectHistoryKey
 

Variable Documentation

◆ sProjectHistoryKey

Initial value:
{
return std::make_shared< ProjectHistory >( 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 16 of file ProjectHistory.cpp.

Referenced by ProjectHistory::Get().