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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user