examples/network/qftp/sym_iap_util.h
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
child 7 3f74d0d4af4c
--- a/examples/network/qftp/sym_iap_util.h	Fri Feb 19 23:40:16 2010 +0200
+++ b/examples/network/qftp/sym_iap_util.h	Fri Mar 12 15:46:37 2010 +0200
@@ -298,7 +298,7 @@
 #ifdef QT_NO_UNICODE
     return QString::fromLocal8Bit(aDescriptor.Ptr(), aDescriptor.Length());
 #else
-    return QString::fromUtf16(aDescriptor.Ptr(), aDescriptor.Length());
+    return QString((const QChar *)aDescriptor.Ptr(), aDescriptor.Length());
 #endif
 }