Commit 02c80d74 authored by Kai Koehne's avatar Kai Koehne Committed by Zeno Albisser
Browse files

Replace QStringLiteral with QLatin1String where appropriate


It's faster to use QLatin1String in places where we don't actually need
a QString object (like for comparison, or when creating a string with
QStringBuilder).

Change-Id: I9b8e28040dc2b79a767e15015b85822d06141bbe
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
parent 8bbfa1fe
Showing with 16 additions and 16 deletions
Supports Markdown
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