1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-12-05 00:39:09 +01:00

Compare commits

..

No commits in common. "c449024584cc5928ed7c108ac186463bf5e11477" and "1086a74f99d93878dbc1f0acc0ab32e24862e28e" have entirely different histories.

4 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
version: 13.5.{build}
version: 13.4.{build}
configuration:
- Release

View File

@ -3,8 +3,7 @@ unix:!macx:!android {
} else {
TARGET = GPXSee
}
VERSION = 13.5
VERSION = 13.4
QT += core \
gui \

View File

@ -37,7 +37,7 @@ Unicode true
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "13.5"
!define VERSION "13.4"
; The file to write
OutFile "GPXSee-${VERSION}_x64.exe"

View File

@ -59,8 +59,7 @@ public:
RectC bounds() const;
Range zooms() const
{return Range(_subFiles.first().min, _subFiles.last().max);}
int tileSize() const
{return _tileSize < 384 ? _tileSize << 1 : _tileSize;}
int tileSize() const {return _tileSize;}
void points(const RectC &rect, int zoom, QList<Point> *list);
void paths(const RectC &searchRect, const RectC &boundsRect, int zoom,