9 lines
120 B
C
9 lines
120 B
C
|
|
#ifndef UTIL_H
|
|||
|
|
#define UTIL_H
|
|||
|
|
|
|||
|
|
#include <QString>
|
|||
|
|
|
|||
|
|
QString msfloatToHumanReadableString(float ms);
|
|||
|
|
|
|||
|
|
#endif // UTIL_H
|