[Telepathy-commits] [telepathy-qt4/master] cli-connection: stop emitting finished(), the superclass does that now
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Dec 3 04:15:03 PST 2008
---
TelepathyQt4/cli-connection.cpp | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/TelepathyQt4/cli-connection.cpp b/TelepathyQt4/cli-connection.cpp
index d322117..372dd9c 100644
--- a/TelepathyQt4/cli-connection.cpp
+++ b/TelepathyQt4/cli-connection.cpp
@@ -549,9 +549,6 @@ void PendingChannel::onCallFinished(QDBusPendingCallWatcher* watcher)
setFinishedWithError(reply.error());
}
- debug() << " Emitting finished()";
- emit finished(this);
-
watcher->deleteLater();
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list