1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-01 01:25:13 +01:00
GPXSee/src/common/util.h

14 lines
211 B
C
Raw Normal View History

2018-10-11 18:19:35 +02:00
#ifndef UTIL_H
#define UTIL_H
2021-01-17 19:33:06 +01:00
#include <QString>
namespace Util
{
int str2int(const char *str, int len);
double niceNum(double x, bool round);
QString file2name(const QString &path);
}
2018-10-11 18:19:35 +02:00
#endif // UTIL_H