1
0
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:
Martin Tůma 2017-08-22 23:14:32 +02:00
parent 6430933a96
commit 4e3b6c2eb2

View File

@ -181,7 +181,7 @@ bool OZF::readTileTable()
_zooms.append(zoom);
}
return true;
return _zooms.isEmpty() ? false : true;
}
bool OZF::load(const QString &path)