1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Cosmetics

This commit is contained in:
Martin Tůma 2017-04-17 19:37:03 +02:00
parent 02bf85780a
commit 34b1fb6b5d

View File

@ -336,6 +336,7 @@ bool OfflineMap::getImageInfo(const QString &path)
|| _imgPath.endsWith("ozf4", Qt::CaseInsensitive)) {
qWarning("%s: %s: obfuscated image files are not supported",
qPrintable(_name), qPrintable(_imgPath));
return false;
} else if (_imgPath.endsWith("ozf2", Qt::CaseInsensitive)) {
_ozf.load(_imgPath);
_size = _ozf.size();