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