Skip to content
Commit 56a061a9 authored by Wolfgang Bauer's avatar Wolfgang Bauer
Browse files

Change back some QStringLiteral() to QLatin1String()

From the QString::QStringLiteral() docs:
Note: There are still a few cases in which QLatin1String is more efficient
than QStringLiteral: If it is passed to a function that has an overload that
takes the QLatin1String directly, without conversion to QString.
For instance, this is the case of QString::operator==
parent 7274e69f
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