Audacity 3.2.0
Functions
ModuleSettings.cpp File Reference
#include "ModuleSettings.h"
#include "Prefs.h"
#include <unordered_set>
#include <wx/filename.h>
Include dependency graph for ModuleSettings.cpp:

Go to the source code of this file.

Functions

static const std::unordered_set< wxString > & autoEnabledModules ()
 

Function Documentation

◆ autoEnabledModules()

static const std::unordered_set< wxString > & autoEnabledModules ( )
static

Definition at line 18 of file ModuleSettings.cpp.

19{
20 // Add names to this list, of modules that are expected to ship
21 // with Audacity and enable automatically.
22 static std::unordered_set<wxString> modules{
23 };
24 return modules;
25}

Referenced by ModuleSettings::GetModuleStatus().

Here is the caller graph for this function: