1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-19 21:34:24 +02:00

Code cleanup

This commit is contained in:
2017-04-09 10:26:09 +02:00
parent 051a3ed303
commit 8822bf7e5f
9 changed files with 123 additions and 141 deletions

View File

@ -3,6 +3,9 @@
#include <QRectF>
#define ARRAY_SIZE(array) \
(sizeof(array) / sizeof((array)[0]))
double niceNum(double x, int round);
int str2int(const char *str, int len);
QRectF scaled(const QRectF &rect, qreal factor);