[Telepathy-commits] [telepathy-qt4/master] Make ConnectionManager::Private a friend of PendingReady instead of ConnectionManager.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Tue Jan 6 12:16:26 PST 2009
---
TelepathyQt4/Client/connection-manager-internal.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/Client/connection-manager-internal.h b/TelepathyQt4/Client/connection-manager-internal.h
index ce03592..41fe395 100644
--- a/TelepathyQt4/Client/connection-manager-internal.h
+++ b/TelepathyQt4/Client/connection-manager-internal.h
@@ -78,8 +78,8 @@ private Q_SLOTS:
class ConnectionManager::Private::PendingReady : public PendingOperation
{
- // ConnectionManager is a friend so it can call finished() etc.
- friend class ConnectionManager;
+ // ConnectionManager::Private is a friend so it can call finished() etc.
+ friend class ConnectionManager::Private;
public:
PendingReady(ConnectionManager *parent);
--
1.5.6.5
More information about the Telepathy-commits
mailing list