1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-21 10:10:49 +01:00

Cosmetics

This commit is contained in:
Martin Tůma 2025-02-18 23:11:13 +01:00
parent 060cfb574d
commit 2ab7bff3f8

View File

@ -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)
{