summaryrefslogtreecommitdiffstats
path: root/src/network/bearer
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-22 05:53:16 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-22 05:53:16 (GMT)
commit2e4f20d8c541db2c68e82be3261355ccc59fd10d (patch)
tree84405c92c8b1d8bd5a0864dd58b72a1562bd367c /src/network/bearer
parent57548709d983a172dc5923b9345c0df96d7dcba1 (diff)
downloadQt-2e4f20d8c541db2c68e82be3261355ccc59fd10d.zip
Qt-2e4f20d8c541db2c68e82be3261355ccc59fd10d.tar.gz
Qt-2e4f20d8c541db2c68e82be3261355ccc59fd10d.tar.bz2
Change initialization order.
Diffstat (limited to 'src/network/bearer')
-rw-r--r--src/network/bearer/qnetworkconfigmanager_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/bearer/qnetworkconfigmanager_p.cpp b/src/network/bearer/qnetworkconfigmanager_p.cpp
index 6ac61b3..1ac10c5 100644
--- a/src/network/bearer/qnetworkconfigmanager_p.cpp
+++ b/src/network/bearer/qnetworkconfigmanager_p.cpp
@@ -55,7 +55,7 @@ Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
(QBearerEngineFactoryInterface_iid, QLatin1String("/bearer")))
QNetworkConfigurationManagerPrivate::QNetworkConfigurationManagerPrivate()
-: capFlags(0), firstUpdate(true), mutex(QMutex::Recursive)
+: capFlags(0), mutex(QMutex::Recursive), firstUpdate(true)
{
updateConfigurations();