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

Method setBytes

src/config/AppConfig.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void AppConfig::setBytes(const Key &key, const QByteArray &value)
65{
66 set(key, QVariant(QString::fromLocal8Bit(value.toBase64())));
67}
68
69void AppConfig::set(const Key &key, const QStringList &value)
70{

Callers 2

closeEventMethod · 0.80
resizeEventMethod · 0.80

Calls 1

QVariantClass · 0.50

Tested by

no test coverage detected