diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-06-10 05:04:16 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-06-24 02:27:41 (GMT) |
commit | 8d07f723041c223d0d1346a1ce5e5ede17af32ad (patch) | |
tree | a4e632b1882ff7e9e35a0a2216ce5c447ef8e4a1 /src/plugins/bearer/symbian/symbianengine.h | |
parent | 91ff19ea3233310f5db542e880661d1efe0151e2 (diff) | |
download | Qt-8d07f723041c223d0d1346a1ce5e5ede17af32ad.zip Qt-8d07f723041c223d0d1346a1ce5e5ede17af32ad.tar.gz Qt-8d07f723041c223d0d1346a1ce5e5ede17af32ad.tar.bz2 |
Cherry pick fix for MOBILITY-1031 from Qt Mobility.
7e8b55524bd8a00e49e11103e8c8091e1e59e612
Diffstat (limited to 'src/plugins/bearer/symbian/symbianengine.h')
-rw-r--r-- | src/plugins/bearer/symbian/symbianengine.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/bearer/symbian/symbianengine.h b/src/plugins/bearer/symbian/symbianengine.h index 27f3db4..8e58994 100644 --- a/src/plugins/bearer/symbian/symbianengine.h +++ b/src/plugins/bearer/symbian/symbianengine.h @@ -55,6 +55,9 @@ // Uncomment and compile QtBearer to gain detailed state tracing // #define QT_BEARERMGMT_SYMBIAN_DEBUG +#define QT_BEARERMGMT_CONFIGURATION_SNAP_PREFIX QLatin1String("S_") +#define QT_BEARERMGMT_CONFIGURATION_IAP_PREFIX QLatin1String("I_") + class CCommsDatabase; class QEventLoop; |