mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-07 18:53:02 +02:00
Compare commits
2 Commits
04091f21d5
...
50100b02dc
Author | SHA1 | Date | |
---|---|---|---|
50100b02dc | |||
6f7a90fb15 |
@ -1,4 +1,4 @@
|
||||
version: 13.40.{build}
|
||||
version: 13.41.{build}
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
@ -3,7 +3,7 @@ unix:!macx:!android {
|
||||
} else {
|
||||
TARGET = GPXSee
|
||||
}
|
||||
VERSION = 13.40
|
||||
VERSION = 13.41
|
||||
|
||||
QT += core \
|
||||
gui \
|
||||
|
@ -49,7 +49,7 @@ Unicode true
|
||||
; The name of the installer
|
||||
Name "GPXSee"
|
||||
; Program version
|
||||
!define VERSION "13.40"
|
||||
!define VERSION "13.41"
|
||||
|
||||
; The file to write
|
||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||
|
@ -763,7 +763,7 @@ MapData::Poly *MapData::polyObject(const ISO8211::Record &r,
|
||||
|
||||
bool MapData::processRecord(const ISO8211::Record &record,
|
||||
QVector<ISO8211::Record> &fe, RecordMap &vi, RecordMap &vc, RecordMap &ve,
|
||||
uint &comf, uint &huni, uint &somf)
|
||||
uint &comf, uint &somf, uint &huni)
|
||||
{
|
||||
if (record.size() < 2)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user