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