summaryrefslogtreecommitdiffstats
path: root/examples/network/ftp/sym_iap_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/ftp/sym_iap_util.h')
-rw-r--r--examples/network/ftp/sym_iap_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/ftp/sym_iap_util.h b/examples/network/ftp/sym_iap_util.h
index 74fe93a00a..c399b3552b 100644
--- a/examples/network/ftp/sym_iap_util.h
+++ b/examples/network/ftp/sym_iap_util.h
@@ -293,7 +293,7 @@ static QString qt_RouteInfoL() {
return output;
}
-QString qt_TDesC2QStringL(const TDesC& aDescriptor)
+QString qt_TDesC2QStringL(const TDesC& aDescriptor)
{
#ifdef QT_NO_UNICODE
return QString::fromLocal8Bit(aDescriptor.Ptr(), aDescriptor.Length());