summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/icd/qicdengine.h
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@nokia.com>2010-07-29 12:22:33 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-08-16 05:09:20 (GMT)
commitb8505789fdf977fcdec91f94557fe13bcef1e7cc (patch)
treec49e5ba8faddca428006f6432d07e5d97f226ef6 /src/plugins/bearer/icd/qicdengine.h
parentd4c8461db653e498b9369c2a36de5b699bcbf87d (diff)
downloadQt-b8505789fdf977fcdec91f94557fe13bcef1e7cc.zip
Qt-b8505789fdf977fcdec91f94557fe13bcef1e7cc.tar.gz
Qt-b8505789fdf977fcdec91f94557fe13bcef1e7cc.tar.bz2
The QNetworkConfigurationManager did not get the online status correctly even when there was an active connection.
Fixes: NB#181984 - QNetworkConfigurationManager reports offline even when connected. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@nokia.com> Signed-off-by: Jukka Rissanen <jukka.rissanen@nokia.com>
Diffstat (limited to 'src/plugins/bearer/icd/qicdengine.h')
-rw-r--r--src/plugins/bearer/icd/qicdengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/icd/qicdengine.h b/src/plugins/bearer/icd/qicdengine.h
index a768d84..0d5ba27 100644
--- a/src/plugins/bearer/icd/qicdengine.h
+++ b/src/plugins/bearer/icd/qicdengine.h
@@ -152,6 +152,7 @@ private:
void startListeningStateSignalsForAllConnections();
void doRequestUpdate(QList<Maemo::IcdScanResult> scanned = QList<Maemo::IcdScanResult>());
void cancelAsyncConfigurationUpdate();
+ void getIcdInitialState();
private:
IapMonitor *iapMonitor;
@@ -162,7 +163,6 @@ private:
QList<Maemo::IcdScanResult> m_scanResult;
bool firstUpdate;
- bool m_gettingInitialConnectionState;
bool m_scanGoingOn;
};