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

Function ToQString

au4/src/effects/effects_base/effectsettings.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10namespace {
11auto ToQString(const wxString& s)
12{
13 return QString::fromStdString(s.ToStdString());
14}
15
16template<typename T>
17bool ReadValue(

Callers 4

ReadValueFunction · 0.85
HasEntryMethod · 0.85
RemoveMethod · 0.85
WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected