1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 07:13:21 +02:00
GPXSee/src/misc.h

12 lines
199 B
C
Raw Normal View History

2016-07-25 19:32:36 +02:00
#ifndef MISC_H
#define MISC_H
#include <QString>
#include "units.h"
double niceNum(double x, int round);
QString timeSpan(qreal time);
QString distance(qreal value, Units units);
#endif // MISC_H