Skip to content

Correctly escape unit names

David Redondo requested to merge work/davidre/unsignedunitname into master

When char is signed we where implicitely calling the QString::arg(int, ... overload. BUG:488854

Merge request reports