mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Compare commits
No commits in common. "e73b9f36c5335f0a5409090e63bdbe6ed81e001c" and "a788aa9e53dfb36202b06f21232a5c8fddd9e350" have entirely different histories.
e73b9f36c5
...
a788aa9e53
@ -1,4 +1,4 @@
|
||||
version: 13.23.{build}
|
||||
version: 13.22.{build}
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
@ -3,7 +3,7 @@ unix:!macx:!android {
|
||||
} else {
|
||||
TARGET = GPXSee
|
||||
}
|
||||
VERSION = 13.23
|
||||
VERSION = 13.22
|
||||
|
||||
|
||||
QT += core \
|
||||
|
@ -37,7 +37,7 @@ Unicode true
|
||||
; The name of the installer
|
||||
Name "GPXSee"
|
||||
; Program version
|
||||
!define VERSION "13.23"
|
||||
!define VERSION "13.22"
|
||||
|
||||
; The file to write
|
||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||
|
@ -19,9 +19,9 @@ public:
|
||||
private:
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) || defined(Q_OS_ANDROID)
|
||||
QTextCodec *_codec;
|
||||
#else // QT 6 || ANDROID
|
||||
#else // QT 6.5
|
||||
QStringDecoder _decoder;
|
||||
#endif // QT 6 || ANDROID
|
||||
#endif // QT 6.5
|
||||
};
|
||||
|
||||
#endif // TEXTCODEC_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef IMG_DEMFILE_H
|
||||
#define IMG_DEMFILE_H
|
||||
#ifndef DEMFILE_H
|
||||
#define DEMFILE_H
|
||||
|
||||
#include "common/rtree.h"
|
||||
#include "subfile.h"
|
||||
@ -55,4 +55,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif // IMG_DEMFILE_H
|
||||
#endif // DEMFILE_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef IMG_DEMTILE_H
|
||||
#define IMG_DEMTILE_H
|
||||
#ifndef DEMTILE_H
|
||||
#define DEMTILE_H
|
||||
|
||||
#include "common/rectc.h"
|
||||
|
||||
@ -33,4 +33,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif // IMG_DEMTILE_H
|
||||
#endif // DEMTILE_H
|
||||
|
Loading…
Reference in New Issue
Block a user