mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 19:52:09 +01:00
Cosmetics
This commit is contained in:
parent
d97a8c03a7
commit
57d3d9c965
@ -297,9 +297,9 @@ bool Atlas::isAtlas(const QString &path)
|
||||
{
|
||||
QFileInfo fi(path);
|
||||
QString suffix = fi.suffix().toLower();
|
||||
Tar tar(path);
|
||||
|
||||
if (suffix == "tar") {
|
||||
Tar tar(path);
|
||||
if (!tar.open())
|
||||
return false;
|
||||
QString tbaFileName = fi.completeBaseName() + ".tba";
|
||||
|
Loading…
x
Reference in New Issue
Block a user