It is now possible to create multiple independent query tabs. However somethings are currently a bit broken.
8 lines
120 B
C
8 lines
120 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
#include <QString>
|
|
|
|
QString msfloatToHumanReadableString(float ms);
|
|
|
|
#endif // UTIL_H
|