Commit b4fc0df8 authored by Andy Shaw's avatar Andy Shaw
Browse files

Use an uint for scode as opposed to unsigned short to avoid truncation


Since scode is effectively an uint and not an unsigned short like wcode
is then we should go with the bigger type to ensure it is not truncated.

Change-Id: I6f1affea5a06371eb3c3a632c3ecb9578f6254e4
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
parent 63d2cb62
No related merge requests found
Showing with 1 addition and 1 deletion
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