summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/toolsupport/tst_toolsupport.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2020-05-11 09:35:08 +0200
committerMarc Mutz <marc.mutz@kdab.com>2020-05-11 12:47:01 +0200
commit3bc9f357714ab7e59cbdf28d0b449d3069dea401 (patch)
tree55abb7d84aabcc1627e0fe09d520ad40334a68a7 /tests/auto/other/toolsupport/tst_toolsupport.cpp
parent20f3ec461dc2a4c980df53a637663ba8fe64fdaf (diff)
QSettings: port iniUnescapedKey() from int to char16_t
The 'ch' never had to be a 32-bit variable. It only ever gets assigned 16-bit unsigned values, so make it a char16_t and thus implicitly convertible to QChar, even when QChar(int) is being deprecated or removed. Change-Id: I8391c393ca860f8f73f1495d7764dacd57275ea7 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/other/toolsupport/tst_toolsupport.cpp')
0 files changed, 0 insertions, 0 deletions