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

Added support for IGC routes (C records)

This commit is contained in:
2016-11-11 17:57:49 +01:00
parent 818fa11fd3
commit 81a9743064
2 changed files with 89 additions and 39 deletions

View File

@ -20,6 +20,7 @@ public:
private:
bool readHRecord(const char *line, qint64 len);
bool readBRecord(const char *line, qint64 len);
bool readCRecord(const char *line, qint64 len);
int _errorLine;
QString _errorString;