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

Method setAndCommit

src/utils/dbus/IpcHandler.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void IpcHandler::setAndCommit(const QString &key, const QDBusVariant &value) const
105{
106 setInternal(key, value);
107 commit();
108}
109
110QStringList IpcHandler::getPresets() const
111{

Callers 1

setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected