| 405 | } |
| 406 | |
| 407 | void IconTextPlugin::getConfiguration(JsonObject& jsonCfg) const |
| 408 | { |
| 409 | MutexGuard<MutexRecursive> guard(m_mutex); |
| 410 | |
| 411 | jsonCfg["iconFileId"] = m_iconFileIdStored; |
| 412 | jsonCfg["text"] = m_formatTextStored; |
| 413 | } |
| 414 | |
| 415 | bool IconTextPlugin::setConfiguration(const JsonObjectConst& jsonCfg) |
| 416 | { |
nothing calls this directly
no outgoing calls
no test coverage detected