summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@nokia.com>2010-07-28 12:13:49 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-08-16 00:42:46 (GMT)
commit7c413e92841c7a6010c4ba5748f6f54448f8643e (patch)
tree3f4608c5a819d50dd314d056ca917f981df871a4 /src/plugins
parent68f38d73d3565a6e59fd60ba61584ebd0b187129 (diff)
downloadQt-7c413e92841c7a6010c4ba5748f6f54448f8643e.zip
Qt-7c413e92841c7a6010c4ba5748f6f54448f8643e.tar.gz
Qt-7c413e92841c7a6010c4ba5748f6f54448f8643e.tar.bz2
Do not change the session configuration state because of changes
in QNetworkConfigurationManager. The session state is only changed according to status messages sent by icd. Fixes: NB#182148 - QNetworkSession changes to disconnected state immediately after opening session
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/bearer/icd/qnetworksession_impl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/bearer/icd/qnetworksession_impl.cpp b/src/plugins/bearer/icd/qnetworksession_impl.cpp
index 2583b28..0b35349 100644
--- a/src/plugins/bearer/icd/qnetworksession_impl.cpp
+++ b/src/plugins/bearer/icd/qnetworksession_impl.cpp
@@ -339,8 +339,6 @@ void QNetworkSessionPrivateImpl::syncStateWithInterface()
isOpen = false;
opened = false;
- connect(&manager, SIGNAL(updateCompleted()), this, SLOT(networkConfigurationsChanged()));
-
connect(engine, SIGNAL(iapStateChanged(const QString&, uint)),
this, SLOT(iapStateChanged(const QString&, uint)));