"," can't be argument separator in C locale. Parser will return error for big
numbers. --HG-- branch : feature
This commit is contained in:
parent
7176bd0668
commit
420f2e1da7
|
@ -245,7 +245,8 @@ qreal* Calculator::AddVariable(const QString &a_szName, void *a_pUserData)
|
||||||
*/
|
*/
|
||||||
void Calculator::SetSepForEval()
|
void Calculator::SetSepForEval()
|
||||||
{
|
{
|
||||||
SetArgSep(',');
|
SetArgSep(';');
|
||||||
|
SetThousandsSep(',');
|
||||||
SetDecSep('.');
|
SetDecSep('.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user