Files
Chronos/sources/tools.h
Alexis Delhaie 68f44834de beta 2
2020-08-02 22:17:09 +02:00

14 lines
171 B
C++

#ifndef TOOLS_H
#define TOOLS_H
#include <math.h>
#include <QString>
class Tools
{
public:
static QString double_to_string_time(double value);
};
#endif // TOOLS_H