diff options
author | Jukka Rissanen <jukka.rissanen@nokia.com> | 2010-07-28 12:13:49 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-08-16 00:42:46 (GMT) |
commit | 7c413e92841c7a6010c4ba5748f6f54448f8643e (patch) | |
tree | 3f4608c5a819d50dd314d056ca917f981df871a4 /src/plugins/bearer | |
parent | 68f38d73d3565a6e59fd60ba61584ebd0b187129 (diff) | |
download | Qt-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/bearer')
-rw-r--r-- | src/plugins/bearer/icd/qnetworksession_impl.cpp | 2 |
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))); |