MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / savePreset

Method savePreset

src/utils/dbus/IpcHandler.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void IpcHandler::savePreset(const QString &name) const
124{
125 PresetManager::instance().save(name);
126}
127
128void IpcHandler::deletePreset(const QString &name) const
129{

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected