MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / deletePreset

Method deletePreset

src/utils/dbus/IpcHandler.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void IpcHandler::deletePreset(const QString &name) const
129{
130 if(!PresetManager::instance().remove(name))
131 sendErrorReply(QDBusError::InvalidArgs, "Preset does not exist");
132}
133
134void IpcHandler::setPresetRule(const QString &deviceName, const QString &deviceId, const QString &routeName, const QString &routeId, const QString &preset) const
135{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected