mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Merge remote-tracking branch 'origin/hotfix/195-qt5.8-compilation' into release/2.1.1
This commit is contained in:
commit
d8662b709a
@ -388,7 +388,7 @@ void KeePass2XmlReader::parseBinaries()
|
|||||||
QString id = attr.value("ID").toString();
|
QString id = attr.value("ID").toString();
|
||||||
|
|
||||||
QByteArray data;
|
QByteArray data;
|
||||||
if (attr.value("Compressed").compare("True", Qt::CaseInsensitive) == 0) {
|
if (attr.value("Compressed").compare(QLatin1String("True"), Qt::CaseInsensitive) == 0) {
|
||||||
data = readCompressedBinary();
|
data = readCompressedBinary();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user