beta 2
This commit is contained in:
13
sources/tools.h
Normal file
13
sources/tools.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user