Index: head/science/pulseview/files/patch-pv_util.cpp =================================================================== --- head/science/pulseview/files/patch-pv_util.cpp (nonexistent) +++ head/science/pulseview/files/patch-pv_util.cpp (revision 537074) @@ -0,0 +1,20 @@ +--- pv/util.cpp.orig 2020-05-30 09:57:56 UTC ++++ pv/util.cpp +@@ -137,7 +137,7 @@ QString format_time_si(const Timestamp& v, SIPrefix pr + QString s; + QTextStream ts(&s); + if (sign && !v.is_zero()) +- ts << forcesign; ++ ts << Qt::forcesign; + ts << qSetRealNumberPrecision(precision) << (v * multiplier); + ts << ' ' << prefix << unit; + +@@ -175,7 +175,7 @@ QString format_value_si(double v, SIPrefix prefix, uns + QString s; + QTextStream ts(&s); + if (sign && (v != 0)) +- ts << forcesign; ++ ts << Qt::forcesign; + ts.setRealNumberNotation(QTextStream::FixedNotation); + ts.setRealNumberPrecision(precision); + ts << (v * multiplier) << ' ' << prefix << unit; Property changes on: head/science/pulseview/files/patch-pv_util.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property