mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Cosmetics
This commit is contained in:
parent
02bf85780a
commit
34b1fb6b5d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user