Commit 54d4fb4f authored by Kai Koehne's avatar Kai Koehne Committed by Oswald Buddenhagen
Browse files

Fix QString::sprintf documentation


QString::sprintf does actually support all length modifiers, including
%lld. The format string is also parsed as UTF-8.

What's worthwile to mention, though, is that %lc and %ls is at odds
with the standard, since wchar_t isn't necessarily 16 bits wide.

Change-Id: I30cd22ec5b42035824dd98e3cdcc79d7adcc953a
Reviewed-by: default avatarOlivier Goffart <ogoffart@woboq.com>
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent b7d36614
No related merge requests found
Showing with 12 additions and 23 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