summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-01-23 11:57:36 +0100
committerMarc Mutz <marc.mutz@kdab.com>2015-02-02 22:22:56 +0000
commit7ee74f870bd26a72504cb5e9d9cd255c163e65c7 (patch)
tree73e94b68cc492229d61ba304df27eaa3032729a8 /src/widgets/widgets
parent11abc94b04c6c502231eff1f6e7e2f9853497805 (diff)
QTextStream: remove a use of QString::sprintf()
Instead of using QString::sprintf() (and converting the result back to QByteArray), simply do the conversion from uchar to hex digits ourselves, using QtMiscUtils. This function is a copy of a similar (but not identical) one in qprocess_unix.cpp, but it's not clear whether they can or should be merged (both are only conditionally compiled), so this patch does not attempt to do so. Change-Id: I0be87963f78a98e35a54c98c5fb444756c57b672 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/widgets/widgets')
0 files changed, 0 insertions, 0 deletions