[telepathy-qt4/master] Channel: Added comments for change-reason Invited/Separated that they shouldn't happen as a self remove reason.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Mon Jul 27 08:08:55 PDT 2009


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

diff --git a/TelepathyQt4/channel.cpp b/TelepathyQt4/channel.cpp
index a25941a..0e21b04 100644
--- a/TelepathyQt4/channel.cpp
+++ b/TelepathyQt4/channel.cpp
@@ -971,10 +971,10 @@ QString Channel::Private::groupMemberChangeDetailsTelepathyError(
             break;
         // The following change reason are being mapped to default
         // case ChannelGroupChangeReasonNone:
-        // case ChannelGroupChangeReasonInvited:
+        // case ChannelGroupChangeReasonInvited:   // shouldn't happen
         // case ChannelGroupChangeReasonError:
         // case ChannelGroupChangeReasonRenamed:
-        // case ChannelGroupChangeReasonSeparated:
+        // case ChannelGroupChangeReasonSeparated: // shouldn't happen
         default:
             // let's use the actor handle and selfHandle here instead of the
             // contacts, as the contacts may not be ready.
-- 
1.5.6.5




More information about the telepathy-commits mailing list