You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must be:
str.replace(".", ":"); // to catch the case where group and decimal separators are exchanged
str = str.replace(",", QLocale::system().groupSeparator());
str = str.replace(":", QLocale::system().decimalPoint());
The text was updated successfully, but these errors were encountered:
LimeReport/limereport/items/lrtextitem.cpp
Lines 458 to 459 in 6a623a9
Must be:
str.replace(".", ":"); // to catch the case where group and decimal separators are exchanged
str = str.replace(",", QLocale::system().groupSeparator());
str = str.replace(":", QLocale::system().decimalPoint());
The text was updated successfully, but these errors were encountered: