Skip to content
Commit 34ae81a0 authored by Sergio Martins's avatar Sergio Martins
Browse files

Remove usages of fromLatin1(char*), they allocate memory.

Replaced with QStringLiteral and QLatin1String.
Also replaced a few QLatin1String with QStringLiteral where there
wasn't any QLatin1String overload, like for QString::arg(), that
would just create a temporary QString.
parent 07dabd35
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment