summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2022-01-07 09:57:34 +0100
committerØystein Heskestad <oystein.heskestad@qt.io>2022-01-17 09:48:12 +0100
commit74955f386d859ffe573487b73e17e81754bd6e8b (patch)
treea14e08a1a488fbff912feffc875de6dbccff8047 /.gitignore
parent88dda89329330119bcb97788e84a30b2bf1cb23a (diff)
Replace QString::utf16 with QString::data where appropriate
QString::utf16() needlessly detaches fromRawData() to ensure a terminating NUL. Use data() where we don't require said NUL, taking care not call the mutable data() overload, which would detach, too. Task-number: QTBUG-98763 Change-Id: Ibd5e56798c0c666893c12c91ff0881842b8430c7 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions