1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-31 00:55:13 +01:00

Cosmetics

This commit is contained in:
Martin Tůma 2025-01-20 23:26:58 +01:00
parent 335df85fae
commit 9cd82319e9

View File

@ -63,7 +63,7 @@ MapList::ParserMap MapList::parsers()
return map; return map;
} }
MapList::ParserMap MapList::_parsers = parsers(); MapList::ParserMap MapList::_parsers = MapList::parsers();
Map *MapList::loadFile(const QString &path, const Projection &proj, bool *isDir) Map *MapList::loadFile(const QString &path, const Projection &proj, bool *isDir)
{ {