pgLab/util.h
Eelke Klein 7f379f3b80 Moved everything associated with executing and explaining queries to querytab.
It is now possible to create multiple independent query tabs. However
somethings are currently a bit broken.
2017-01-21 18:16:57 +01:00

8 lines
120 B
C

#ifndef UTIL_H
#define UTIL_H
#include <QString>
QString msfloatToHumanReadableString(float ms);
#endif // UTIL_H