mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Added missing error check
This commit is contained in:
parent
6430933a96
commit
4e3b6c2eb2
@ -181,7 +181,7 @@ bool OZF::readTileTable()
|
||||
_zooms.append(zoom);
|
||||
}
|
||||
|
||||
return true;
|
||||
return _zooms.isEmpty() ? false : true;
|
||||
}
|
||||
|
||||
bool OZF::load(const QString &path)
|
||||
|
Loading…
Reference in New Issue
Block a user