1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-21 14:24:24 +02:00

Enable loading of multiple map files at once

This commit is contained in:
2018-01-29 22:43:55 +01:00
parent fbc0fd86cf
commit c90a03e22c
2 changed files with 25 additions and 17 deletions

View File

@ -99,6 +99,7 @@ private:
bool openPOIFile(const QString &fileName);
bool loadFile(const QString &fileName);
bool loadMap(const QString &fileName);
void exportFile(const QString &fileName);
void updateStatusBarInfo();
void updateWindowTitle();