summaryrefslogtreecommitdiffstats
path: root/examples/network
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-04-08 13:27:07 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-04-08 13:27:07 (GMT)
commitb20e9827610fec260603059232c3ae54213eb407 (patch)
treee980ee0d6f1bf24afc16bfdad93f31336b1b608d /examples/network
parent899fbfebbed4f0e7d0085b578248f8cbae68d30f (diff)
downloadQt-b20e9827610fec260603059232c3ae54213eb407.zip
Qt-b20e9827610fec260603059232c3ae54213eb407.tar.gz
Qt-b20e9827610fec260603059232c3ae54213eb407.tar.bz2
Fixing the missing "\\"
Reviewed-by: TrustMe
Diffstat (limited to 'examples/network')
-rw-r--r--examples/network/qftp/sym_iap_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/qftp/sym_iap_util.h b/examples/network/qftp/sym_iap_util.h
index 445036a..f23d82f 100644
--- a/examples/network/qftp/sym_iap_util.h
+++ b/examples/network/qftp/sym_iap_util.h
@@ -60,7 +60,7 @@
//#include <QTextCodec>
_LIT(KIapNameSetting, "IAP\\Name"); // text - mandatory
-_LIT(KIapTableIdField, "IAP\Id");
+_LIT(KIapTableIdField, "IAP\\Id");
_LIT(KIapDialogPref, "IAP\\DialogPref"); // TUnit32 - optional
_LIT(KIapService, "IAP\\IAPService"); // TUnit32 - mandatory
_LIT(KIapServiceType, "IAP\\IAPServiceType"); // text - mandatory