mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 00:55:13 +01:00
Removed obsolete Windows XP bug workaround
This commit is contained in:
parent
6e13c2b704
commit
ef3da2e156
@ -25,10 +25,6 @@ enum Units {
|
||||
#define C2FS 1.8 // Celsius to Farenheit - scale
|
||||
#define C2FO 32.0 // Celsius to Farenheit - offset
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
#define UNIT_SPACE QString(" ")
|
||||
#else // Q_OS_WIN32
|
||||
#define UNIT_SPACE QString::fromUtf8("\xE2\x80\x89")
|
||||
#endif // Q_OS_WIN32
|
||||
|
||||
#endif // UNITS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user