formatting

This commit is contained in:
Seth Alves 2016-01-22 11:22:02 -08:00
parent a9cf836cb0
commit 673182c091

View file

@ -162,7 +162,6 @@ bool isBetween(int64_t value, int64_t max, int64_t min);
/// \return bool is the float NaN
bool isNaN(float value);
QString formatUsecTime(float usecs, int prec = 3);
QString formatSecondsElapsed(float seconds);
bool similarStrings(const QString& stringA, const QString& stringB);