1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-20 05:44:23 +02:00

Added support for OziExplorer offline maps

This commit is contained in:
2017-03-18 01:30:31 +01:00
parent 278aa904c1
commit b21c2267cf
47 changed files with 1379 additions and 607 deletions

View File

@ -36,8 +36,7 @@ void FITParser::clearDefinitions()
void FITParser::warning(const char *text) const
{
const QFile *file = static_cast<QFile *>(_device);
fprintf(stderr, "%s:%d: %s\n", qPrintable(file->fileName()),
_len, text);
qWarning("%s:%d: %s\n", qPrintable(file->fileName()), _len, text);
}
bool FITParser::readData(char *data, size_t size)