MCPcopy Create free account
hub / github.com/KDE/kdeconnect-kde / getByteArray

Method getByteArray

core/kdeconnectpluginconfig.cpp:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87QByteArray KdeConnectPluginConfig::getByteArray(const QString &key, const QByteArray defaultValue)
88{
89 if (!d->m_config) {
90 loadConfig();
91 }
92
93 d->m_config->sync();
94 return d->m_config->value(key, defaultValue).toByteArray();
95}
96
97QVariantList KdeConnectPluginConfig::getList(const QString &key, const QVariantList &defaultValue)
98{

Callers 2

receivePacketMethod · 0.80
refreshCommandListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected