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

Enabled loading multiple POI files at once

This commit is contained in:
2016-03-22 19:47:11 +01:00
parent e0fd77bbfd
commit 14290bf1f0
2 changed files with 27 additions and 16 deletions

View File

@ -71,6 +71,7 @@ private:
void createTrackView();
void createTrackGraphs();
bool openPOIFile(const QString &fileName);
bool loadFile(const QString &fileName);
void saveFile(const QString &fileName);
void updateStatusBarInfo();