summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-02 03:18:42 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-02 03:23:09 (GMT)
commit29e6a5c1b1a17b8080c2dcae92dcea11b591907d (patch)
tree1640bd5f3507a99b4dad8cc506681344a9856e24 /src/plugins
parent7db513d4bbc55cc398e1434b5121e2f1408f9baa (diff)
downloadQt-29e6a5c1b1a17b8080c2dcae92dcea11b591907d.zip
Qt-29e6a5c1b1a17b8080c2dcae92dcea11b591907d.tar.gz
Qt-29e6a5c1b1a17b8080c2dcae92dcea11b591907d.tar.bz2
Fix compiler warning.
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/bearer/icd/qicdengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/icd/qicdengine.cpp b/src/plugins/bearer/icd/qicdengine.cpp
index 0638a36..3033140 100644
--- a/src/plugins/bearer/icd/qicdengine.cpp
+++ b/src/plugins/bearer/icd/qicdengine.cpp
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
IcdNetworkConfigurationPrivate::IcdNetworkConfigurationPrivate()
-: network_attrs(0), service_attrs(0)
+: service_attrs(0), network_attrs(0)
{
}