Skip to content
Snippets Groups Projects
Commit 8f53eb79 authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

rm erroneous note

parent 185ddd42
No related branches found
No related tags found
1 merge request!2205rewrite DoubleSpinBox; use DoubleSpinBox for intensity; simplify RealLimits (#870)
......@@ -22,7 +22,7 @@
namespace {
QString toString(double val, int decimal_points = 4) // TODO merge with other toString fcts
QString toString(double val, int decimal_points = 4)
{
if (val == 0)
return "0";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment