1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-20 04:09:11 +02:00

Compare commits

..

No commits in common. "6673281e1c49ea9e46d8eec06e2c4ad86fd30c06" and "12e3bbc9889465f0de5f9e86bf5a7bbb43b3891a" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ environment:
- QTDIR: C:\Qt\5.15\msvc2019_64
OPENSSLDIR: C:\OpenSSL-v111-Win64\bin
NSISDEF: /DOPENSSL /DANGLE
- QTDIR: C:\Qt\6.8\msvc2019_64
- QTDIR: C:\Qt\6.7\msvc2019_64
OPENSSLDIR: C:\OpenSSL-v33-Win64\bin
NSISDEF: /DQT6 /DOPENSSL

View File

@ -221,6 +221,7 @@ bool MapData::readTags(SubFile &subfile, int count,
bool MapData::readSubFiles(QFile &file)
{
/* both _pointFile and _pathFile can be used here */
QDataStream stream(&file);
for (int i = 0; i < _subFiles.size(); i++) {