[Telepathy-commits] [telepathy-qt4/master] Channel: Added default value to groupAdd/RemoveContacts message param.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Feb 10 12:46:56 PST 2009


---
 TelepathyQt4/Client/channel.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Client/channel.h b/TelepathyQt4/Client/channel.h
index 0b94941..615caad 100644
--- a/TelepathyQt4/Client/channel.h
+++ b/TelepathyQt4/Client/channel.h
@@ -88,11 +88,11 @@ public:
 
     bool groupCanAddContacts() const;
     PendingOperation *groupAddContacts(const QList<QSharedPointer<Contact> > &contacts,
-            const QString &message);
+            const QString &message = QString());
     bool groupCanRescindContacts() const;
     bool groupCanRemoveContacts() const;
     PendingOperation *groupRemoveContacts(const QList<QSharedPointer<Contact> > &contacts,
-            const QString &message);
+            const QString &message = QString());
 
     QList<QSharedPointer<Contact> > groupContacts() const;
     QList<QSharedPointer<Contact> > groupLocalPendingContacts() const;
-- 
1.5.6.5




More information about the telepathy-commits mailing list