R S Ananda Murthy wrote: > mspinbox.cpp:381: error: no matching function for call to > `FunctionParser::AddConstant(const QString&, double&)' > fparser.h:46: note: candidates are: bool > FunctionParser::AddConstant(const std::string&, double)
> What could be the problem? What should I do to solve this? Looks like it's not converting QStrings to std::strings here. You could try doing that explicitely with the AddConstant() calls.
