1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-17 04:14:24 +02:00

Added tooltip info to tracks/waypoints

This commit is contained in:
2016-07-25 19:32:36 +02:00
parent 33b6e8954c
commit dac06b9537
16 changed files with 257 additions and 178 deletions

11
src/misc.h Normal file
View File

@ -0,0 +1,11 @@
#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