[Telepathy-commits] [telepathy-qt4/master] Change the readinessChanged signal parameters to uint because member enums are rather hard to forward-declare
Olli Salli
olli.salli at collabora.co.uk
Mon Nov 3 06:39:16 PST 2008
---
TelepathyQt4/cli-channel.h | 2 +-
TelepathyQt4/cli-connection.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/cli-channel.h b/TelepathyQt4/cli-channel.h
index e3e1445..fec766b 100644
--- a/TelepathyQt4/cli-channel.h
+++ b/TelepathyQt4/cli-channel.h
@@ -193,7 +193,7 @@ Q_SIGNALS:
*
* \param newReadiness The new readiness, as defined in #Readiness.
*/
- void readinessChanged(Telepathy::Client::Channel::Readiness newReadiness);
+ void readinessChanged(uint newReadiness);
/**
* \name Group interface
diff --git a/TelepathyQt4/cli-connection.h b/TelepathyQt4/cli-connection.h
index d418ffe..ae2fc38 100644
--- a/TelepathyQt4/cli-connection.h
+++ b/TelepathyQt4/cli-connection.h
@@ -418,7 +418,7 @@ Q_SIGNALS:
*
* \param newReadiness The new readiness, as defined in #Readiness.
*/
- void readinessChanged(Telepathy::Client::Connection::Readiness newReadiness);
+ void readinessChanged(uint newReadiness);
private Q_SLOTS:
void onStatusChanged(uint, uint);
--
1.5.6.5
More information about the Telepathy-commits
mailing list