[Telepathy-commits] [telepathy-qt4/master] Removed ConnectionManager::ready signal in favor of becomeReady.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Tue Jan 6 11:50:31 PST 2009
---
TelepathyQt4/Client/connection-manager.cpp | 1 -
TelepathyQt4/Client/connection-manager.h | 4 ----
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/TelepathyQt4/Client/connection-manager.cpp b/TelepathyQt4/Client/connection-manager.cpp
index 2dbc22f..8942a73 100644
--- a/TelepathyQt4/Client/connection-manager.cpp
+++ b/TelepathyQt4/Client/connection-manager.cpp
@@ -517,7 +517,6 @@ void ConnectionManager::continueIntrospection()
if (mPriv->introspectQueue.isEmpty()) {
debug() << "ConnectionManager is ready";
mPriv->ready = true;
- Q_EMIT ready(this);
if (mPriv->pendingReady) {
mPriv->pendingReady->setFinished();
diff --git a/TelepathyQt4/Client/connection-manager.h b/TelepathyQt4/Client/connection-manager.h
index e8e3c67..86d7caf 100644
--- a/TelepathyQt4/Client/connection-manager.h
+++ b/TelepathyQt4/Client/connection-manager.h
@@ -229,10 +229,6 @@ public:
static PendingStringList *listNames(const QDBusConnection &bus = QDBusConnection::sessionBus());
-Q_SIGNALS:
- // FIXME: do we need this if we have becomeReady()?
- void ready(ConnectionManager*);
-
protected:
/**
* Get the ConnectionManagerInterface for this ConnectionManager. This
--
1.5.6.5
More information about the Telepathy-commits
mailing list