1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-06 23:52:51 +02:00

Improved file loading performance

Better error reporting
This commit is contained in:
2016-10-26 20:17:05 +02:00
parent c425b3868d
commit 1744764025
7 changed files with 48 additions and 27 deletions

View File

@ -17,7 +17,6 @@ public:
bool loadFile(QIODevice *device);
QString errorString() const {return _reader.errorString();}
int errorLine() const {return _reader.lineNumber();}
const char *name() const {return "GPX";}
private:
enum DataType {