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