X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Futil.hpp;fp=pv%2Futil.hpp;h=d59ad10eb804831f08c1b817bc4dd2deacdfc7ed;hp=ba6702f79f175f345ddfd814ae6fc1ae2ceeda78;hb=dae21ebcf60d6a5d7c194736b1dc792a5cbf06a5;hpb=4d6c6ea3e6b069787c270d4911083dae05eae4c6 diff --git a/pv/util.hpp b/pv/util.hpp index ba6702f7..d59ad10e 100644 --- a/pv/util.hpp +++ b/pv/util.hpp @@ -57,14 +57,11 @@ QString format_si_value( * 8 for 'giga'. If prefix is set to -1, the prefix will be calculated. * @param unit The unit of quantity. * @param precision The number of digits after the decimal separator or period (.). - * @param step_size The delta between two consecutive time markers (if applicable). - * @param sign Whether or not to add a sign also for positive numbers. * * @return The formated value. */ QString format_time( - double t, int prefix = -1, TimeUnit unit = Time, unsigned precision = 0, - double step_size = 0, bool sign = true); + double t, int prefix = -1, TimeUnit unit = Time, unsigned precision = 0); /** * Formats a given time value with a SI prefix so that the