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:
11
src/misc.h
Normal file
11
src/misc.h
Normal 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
|
Reference in New Issue
Block a user