Merge remote-tracking branch 'origin/hotfix/195-qt5.8-compilation' into develop

This commit is contained in:
Jonathan White 2017-01-25 21:24:23 -05:00
commit b22b67c7d9
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -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 {