Cosmetics
[GPXSee.git] / src / misc.h
blob307ee373b56673e5dec6ef90363f71e626aa7389
1 #ifndef MISC_H
2 #define MISC_H
4 #include <QRectF>
6 #define ARRAY_SIZE(array) \
7 (sizeof(array) / sizeof((array)[0]))
9 double niceNum(double x, int round);
10 int str2int(const char *str, int len);
11 QRectF scaled(const QRectF &rect, qreal factor);
13 #endif // MISC_H