• Skip to content
  • Skip to link menu
The KDE Source Repository
  • KDE Homepage / KDE Source Repository Homepage
  • -Full Width
  • Sitemap
  • Contact Us
 
/[KDE]

Revision 1226945


Jump to revision: Previous Next
Author: cguthrie
Date: Sun Apr 3 11:51:51 2011 UTC (12 years, 8 months ago)
Changed paths: 2
Log Message:
kmix: Avoid the use of QString.sprintf().

This is generally discouraged and also doesn't deal gracefully with UTF8
encoded data (due to explicityly calling toAscii()) so use the
more modern QString().arg(..) construct and leave the data encoding
as is. This may result in writing some UTF8 data into the config files
but this should be handled gracefully.

CCBUG: 265317
CCBUG: 237239
CCBUG: 264835

Changed paths:

Path Details
Directorytrunk/KDE/kdemultimedia/kmix/core/mixdevice.cpp modified , text changed
Directorytrunk/KDE/kdemultimedia/kmix/gui/viewbase.cpp modified , text changed
Maintained by the KDE sysadmins
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal