summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/shared
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-07-11 14:31:50 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-12 11:36:07 +0200
commit9cfa5da0238016c9732f84a3bf3642375382f77c (patch)
treee8c327fde7bc97247501b4a714c762dd640bfaae /src/macdeployqt/shared
parentb5d7809089a3556c3911cea63c76a6ebbcf0adfa (diff)
Be less laissez-faire with implicit conversions to QChar
QChar currently is convertible from nearly every integral type. This is bad code hygiene and should be fixed come Qt 6. The present patch is the result of compile fixes from marking these constructors explicit. As is clear from the distribution of fixes, only low-level string handling code used these implicit conversions, an indication that they're not in widespread use elsewhere. Change-Id: I02483d08d6a3ce85f574a6e0407b19d017c5032f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/macdeployqt/shared')
0 files changed, 0 insertions, 0 deletions