From: Alexander Kanavin Date: Thu, 19 Apr 2012 15:03:52 +0000 (+0300) Subject: Add the previous fix to another contstructor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fupstream;p=profile%2Fivi%2Fofono-qt.git Add the previous fix to another contstructor --- diff --git a/lib/ofonoconnmancontext.cpp b/lib/ofonoconnmancontext.cpp index 0e8de3f..b6ec6e4 100644 --- a/lib/ofonoconnmancontext.cpp +++ b/lib/ofonoconnmancontext.cpp @@ -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&))); }