Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
namespace {
11
auto ToQString(const wxString& s)
12
{
13
return QString::fromStdString(s.ToStdString());
14
}
15
16
template<typename T>
17
bool ReadValue(
Callers
4
ReadValue
Function · 0.85
HasEntry
Method · 0.85
Remove
Method · 0.85
Write
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected