mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix build with newer Qt5
This commit is contained in:
committed by
Janek Bevendorff
parent
fe9bcc254a
commit
bb8b91a100
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user