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

--- Comment #1 from Wolfgang Bauer <wba...@tmo.at> ---
PS: one example how KSeExpr::Utils::parseRangeComment() is called from 
src/KSeExprUI/Editable.cpp, line#49ff.:
        float fmin = NAN;
        float fmax = NAN;
        if (KSeExpr::Utils::parseRangeComment(comment, fmin, fmax)) {

And the declaration in src/KSeExprUI/Utils.cpp:
        bool parseRangeComment(const std::string &comment, double_t &from,
double_t &to);
        bool parseRangeComment(const std::string &comment, float_t &from,
float_t &to);
        bool parseRangeComment(const std::string &comment, int32_t &from,
int32_t &to);

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

Reply via email to