Audacity 3.2.0
Functions
ProjectFormatExtensionsRegistry.cpp File Reference
#include "ProjectFormatExtensionsRegistry.h"
#include <algorithm>
#include "Project.h"
Include dependency graph for ProjectFormatExtensionsRegistry.cpp:

Go to the source code of this file.

Functions

ProjectFormatExtensionsRegistryGetProjectFormatExtensionsRegistry ()
 

Function Documentation

◆ GetProjectFormatExtensionsRegistry()

ProjectFormatExtensionsRegistry & GetProjectFormatExtensionsRegistry ( )

Definition at line 18 of file ProjectFormatExtensionsRegistry.cpp.

19{
20 static ProjectFormatExtensionsRegistry instance;
21 return instance;
22}
The class that allows evaluating the minimum version of Audacity required to support the project.

Referenced by ProjectFormatExtensionsRegistry::Extension::Extension(), and ProjectFormatExtensionsRegistry::Get().

Here is the caller graph for this function: