Fix time string formating
This commit is contained in:
@@ -8,6 +8,8 @@ class Tools
|
||||
{
|
||||
public:
|
||||
static QString double_to_string_time(double value);
|
||||
static QString double_to_string_counter(double value);
|
||||
static QString int_to_string_time(int value);
|
||||
};
|
||||
|
||||
#endif // TOOLS_H
|
||||
|
||||
Reference in New Issue
Block a user