Fix time string formating

This commit is contained in:
Aurélie Delhaie
2022-10-17 20:03:12 +02:00
parent fd4b766c4d
commit 5515112404
6 changed files with 39 additions and 19 deletions

View File

@@ -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