mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-12-01 07:01:16 +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)) {
|
|| _imgPath.endsWith("ozf4", Qt::CaseInsensitive)) {
|
||||||
qWarning("%s: %s: obfuscated image files are not supported",
|
qWarning("%s: %s: obfuscated image files are not supported",
|
||||||
qPrintable(_name), qPrintable(_imgPath));
|
qPrintable(_name), qPrintable(_imgPath));
|
||||||
|
return false;
|
||||||
} else if (_imgPath.endsWith("ozf2", Qt::CaseInsensitive)) {
|
} else if (_imgPath.endsWith("ozf2", Qt::CaseInsensitive)) {
|
||||||
_ozf.load(_imgPath);
|
_ozf.load(_imgPath);
|
||||||
_size = _ozf.size();
|
_size = _ozf.size();
|
||||||
|
Loading…
Reference in New Issue
Block a user