mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-20 12:19:11 +02:00
Compare commits
No commits in common. "6673281e1c49ea9e46d8eec06e2c4ad86fd30c06" and "12e3bbc9889465f0de5f9e86bf5a7bbb43b3891a" have entirely different histories.
6673281e1c
...
12e3bbc988
@ -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
|
||||
|
||||
|
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user