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

Code cleanup

This commit is contained in:
2016-11-10 08:46:59 +01:00
parent 17c791d753
commit dd80d34e58
3 changed files with 42 additions and 41 deletions

View File

@ -18,8 +18,8 @@ public:
int errorLine() const {return _errorLine;}
private:
bool readDate(const char *line);
bool readRecord(const char *line);
bool readHRecord(const char *line, qint64 len);
bool readBRecord(const char *line, qint64 len);
int _errorLine;
QString _errorString;