mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-21 10:10:49 +01:00
Cosmetics
This commit is contained in:
parent
060cfb574d
commit
2ab7bff3f8
@ -13,7 +13,7 @@ using namespace Garmin;
|
||||
using namespace IMG;
|
||||
|
||||
#define MASK(bits) ((1U << (bits)) - 1U)
|
||||
#define COLOR(color) ((Light::Color)(color))
|
||||
#define COLOR(color) static_cast<Light::Color>(color)
|
||||
|
||||
static quint64 pointId(const QPoint &pos, quint32 type, const QString &label)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user