new line
This commit is contained in:
parent
9a180b098f
commit
870cb26e01
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ bool SecureFormat::writeSecureFile(QIODevice& device, const QSettings::SettingsM
|
|||
for (auto key : keys) {
|
||||
QString value = map.value(key).toString();
|
||||
QByteArray qEncryptArray = encryptText(value);
|
||||
outStream << key << "<=>" << qEncryptArray;
|
||||
outStream << key << "<=>" << qEncryptArray << "\n";
|
||||
|
||||
qDebug() << "SecureFormat::writeSecureFile: " << key << "<=>" << qEncryptArray;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue