[Telepathy-commits] [telepathy-qt4/master] Don't connect to a slot that no longer exists

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Dec 3 07:43:10 PST 2008


---
 TelepathyQt4/cli-pending-operation.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/cli-pending-operation.cpp b/TelepathyQt4/cli-pending-operation.cpp
index e780664..e1e4910 100644
--- a/TelepathyQt4/cli-pending-operation.cpp
+++ b/TelepathyQt4/cli-pending-operation.cpp
@@ -53,8 +53,6 @@ PendingOperation::PendingOperation(QObject* parent)
   : QObject(parent),
     mPriv(new Private())
 {
-    connect(parent, SIGNAL(destroyed(QObject*)),
-        this, SLOT(parentDestroyed(QObject*)));
 }
 
 
-- 
1.5.6.5



More information about the Telepathy-commits mailing list