MCPcopy 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
46bool PresetManager::load(const QString &name)
47{
48 return loadFromPath(AppConfig::instance().getPath("presets/") + name + ".conf");
49}
50
51void PresetManager::rename(const QString &name, const QString &newName)
52{

Callers 1

loadFromPathMethod · 0.45

Calls 1

getPathMethod · 0.45

Tested by

no test coverage detected