Add the previous fix to another contstructor upstream
authorAlexander Kanavin <alexander.kanavin@intel.com>
Thu, 19 Apr 2012 15:03:52 +0000 (18:03 +0300)
committerAlexander Kanavin <alexander.kanavin@intel.com>
Thu, 19 Apr 2012 15:03:52 +0000 (18:03 +0300)
lib/ofonoconnmancontext.cpp

index 0e8de3f..b6ec6e4 100644 (file)
@@ -37,6 +37,8 @@ OfonoConnmanContext::OfonoConnmanContext(const QString& contextId, QObject *pare
 
     connect(m_if, SIGNAL(propertyChanged(const QString&, const QVariant&)),
             this, SLOT(propertyChanged(const QString&, const QVariant&)));
+    connect(m_if, SIGNAL(setPropertyFailed(const QString&)),
+            this, SLOT(setPropertyFailed(const QString&)));
 
 }