summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-14 13:59:40 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-07-15 12:19:21 +0200
commit7ec5cba6de08f8988df0465d4084d6d512278a24 (patch)
tree3ba013c013dbb05972285eefd9abe07c1fc73f4a /src/widgets
parentb5bc3ee036575dd5a3eec1d6bd578738df7bd6ad (diff)
QSystemLocalePrivate::substituteDigits(): change to move semantics
Rather than passing an in-out reference parameter and ignoring the return (of that parameter) use an actual rvalue ref parameter and move the value through the function, to make it easier for compilers to see how to optimize it. Change-Id: Ie239400345da012d8fb8a731394f1687b8b62430 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/widgets')
0 files changed, 0 insertions, 0 deletions