mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Code cleanup
This commit is contained in:
parent
30891482a1
commit
580289e533
@ -9,8 +9,6 @@
|
||||
#include "colorshop.h"
|
||||
|
||||
|
||||
#define THIN_SPACE QString::fromUtf8("\xE2\x80\x89")
|
||||
|
||||
class AxisItem;
|
||||
class SliderItem;
|
||||
class SliderInfoItem;
|
||||
|
@ -16,4 +16,6 @@ enum Units {
|
||||
#define MIINFT 5280 // 1 mi in ft
|
||||
#define KMINM 1000 // 1 km in m
|
||||
|
||||
#define THIN_SPACE QString::fromUtf8("\xE2\x80\x89")
|
||||
|
||||
#endif // UNITS_H
|
||||
|
Loading…
Reference in New Issue
Block a user