Details
-
Task
-
Resolution: Invalid
-
Not Evaluated
-
None
-
None
-
None
Description
The S60 port currently uses QString::fromUtf16 in qt_TDesC2QString. It may be more efficient to use QString::fromRawData in some cases.
This can't be changed universally, as the QString created with fromRawData is only valid while the source data is valid.