https://bugs.kde.org/show_bug.cgi?id=431436

--- Comment #5 from Wolfgang Bauer <wba...@tmo.at> ---
I also noticed a discrepancy for the double variant between KSeExprUI/Utils.cpp
and KSeExprUI/Utils.h, btw.

You changed it to bool KSeExpr::Utils::parseRangeComment(const std::string
&comment, double &from, double &to) in Utils.cpp, and in Utils.h it is bool
parseRangeComment(const std::string &comment, double &from, double_t &to);.

I.e. you changed it to "double &to" in Utils.cpp, but not in Utils.h where it's
still "double_t &to".

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to