mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
14f1a4b247
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
390 B
Diff
10 lines
390 B
Diff
--- GPXSee-7.14/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
|
|
+++ GPXSee-7.14/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300
|
|
@@ -30,6 +30,6 @@
|
|
#define C2FS 1.8 // Celsius to Farenheit - scale
|
|
#define C2FO 32.0 // Celsius to Farenheit - offset
|
|
|
|
-#define UNIT_SPACE QString::fromUtf8("\xE2\x80\x89")
|
|
+#define UNIT_SPACE QLatin1Char{' '}
|
|
|
|
#endif // UNITS_H
|