mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 07:20:49 -04:00
Merge remote-tracking branch 'origin/hotfix/195-qt5.8-compilation' into release/2.1.1
This commit is contained in:
commit
d8662b709a
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ void KeePass2XmlReader::parseBinaries()
|
|||
QString id = attr.value("ID").toString();
|
||||
|
||||
QByteArray data;
|
||||
if (attr.value("Compressed").compare("True", Qt::CaseInsensitive) == 0) {
|
||||
if (attr.value("Compressed").compare(QLatin1String("True"), Qt::CaseInsensitive) == 0) {
|
||||
data = readCompressedBinary();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue