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

--- Comment #9 from TallFurryMan <eric.dejouha...@gmail.com> ---
On my system, QString("%L1").arg(float_var) with float_var does produce "1,2",
while QString("%1").arg(float_var) does produces "1.2".

I'm checking where all this should be used. I'll try to use the english locale
when reading and writing XML files so we keep portability. We'll have
interesting issues, as for instance with the float representing exposure
duration that is used in capture file names.

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

Reply via email to