diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2010-04-08 13:27:07 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2010-04-08 13:27:07 (GMT) |
commit | b20e9827610fec260603059232c3ae54213eb407 (patch) | |
tree | e980ee0d6f1bf24afc16bfdad93f31336b1b608d /examples/network | |
parent | 899fbfebbed4f0e7d0085b578248f8cbae68d30f (diff) | |
download | Qt-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.h | 2 |
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 |