diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-17 00:49:27 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-18 03:56:53 (GMT) |
commit | cb7e008ee713729dd27666df7282888325c0963a (patch) | |
tree | 6958a32f52fb5572d09a528cbeb5c8ed8fb35c59 /src/plugins/bearer/symbian | |
parent | 729bbd99736dd88847018a3378fc89e3be348d87 (diff) | |
download | Qt-cb7e008ee713729dd27666df7282888325c0963a.zip Qt-cb7e008ee713729dd27666df7282888325c0963a.tar.gz Qt-cb7e008ee713729dd27666df7282888325c0963a.tar.bz2 |
Add flag to indicate that network sessions are expected on a platform.
Diffstat (limited to 'src/plugins/bearer/symbian')
-rw-r--r-- | src/plugins/bearer/symbian/symbianengine.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/bearer/symbian/symbianengine.cpp b/src/plugins/bearer/symbian/symbianengine.cpp index 980892a..4d65b80 100644 --- a/src/plugins/bearer/symbian/symbianengine.cpp +++ b/src/plugins/bearer/symbian/symbianengine.cpp @@ -184,7 +184,8 @@ QNetworkConfigurationManager::Capabilities SymbianEngine::capabilities() const capFlags = QNetworkConfigurationManager::CanStartAndStopInterfaces | QNetworkConfigurationManager::DirectConnectionRouting | QNetworkConfigurationManager::SystemSessionSupport | - QNetworkConfigurationManager::DataStatistics; + QNetworkConfigurationManager::DataStatistics | + QNetworkConfigurationManager::NetworkSessionRequired; #ifdef SNAP_FUNCTIONALITY_AVAILABLE capFlags |= QNetworkConfigurationManager::ApplicationLevelRoaming | |