Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ load
Method
load
src/data/PresetManager.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
46
bool PresetManager::load(const QString &name)
47
{
48
return loadFromPath(AppConfig::instance().getPath(
"presets/"
) + name +
".conf"
);
49
}
50
51
void PresetManager::rename(const QString &name, const QString &newName)
52
{
Callers
1
loadFromPath
Method · 0.45
Calls
1
getPath
Method · 0.45
Tested by
no test coverage detected