1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Optimization

This commit is contained in:
2021-02-01 20:06:05 +01:00
parent 47b6c9d116
commit d2a1271348
11 changed files with 71 additions and 72 deletions

View File

@ -5,7 +5,7 @@
namespace Util
{
int str2int(const char *str, int len);
int str2int(const char *str, int len);
double niceNum(double x, bool round);
QString file2name(const QString &path);
}