mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
new line
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user