summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-06-01 05:03:15 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-06-01 05:03:15 (GMT)
commit450508cf9a19473644de20e64bb1098050806182 (patch)
treeeabd2300d1486b246d6b3b72c0f27f5976e1521d /src/plugins
parent918b7d92a1c27d0fa10a75db975dcf30963acc94 (diff)
downloadQt-450508cf9a19473644de20e64bb1098050806182.zip
Qt-450508cf9a19473644de20e64bb1098050806182.tar.gz
Qt-450508cf9a19473644de20e64bb1098050806182.tar.bz2
Fix build failure on Symbian 3.1.
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/bearer/symbian/symbianengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/bearer/symbian/symbianengine.cpp b/src/plugins/bearer/symbian/symbianengine.cpp
index 8c26cf0..ab1ba28 100644
--- a/src/plugins/bearer/symbian/symbianengine.cpp
+++ b/src/plugins/bearer/symbian/symbianengine.cpp
@@ -389,9 +389,9 @@ void SymbianEngine::updateConfigurationsL()
QNetworkConfigurationPrivatePointer ptr(cpPriv);
accessPointConfigurations.insert(ident, ptr);
- locker.unlock();
+ mutex.unlock();
emit configurationAdded(ptr);
- locker.relock();
+ mutex.lock();
} else {
delete cpPriv;
}