From 49bedc37e84d13d1092aa3c490ef13f019545421 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 7 Jan 2011 13:17:01 +0000 Subject: fix typo --- src/QXmppRosterIq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/QXmppRosterIq.h b/src/QXmppRosterIq.h index 8f2a0f37..12fa47ad 100644 --- a/src/QXmppRosterIq.h +++ b/src/QXmppRosterIq.h @@ -54,8 +54,8 @@ public: ///< but the contact does not have a subscription to the user's presence information Both = 3, ///< both the user and the contact have subscriptions to each ///< other's presence information - Remove = 4 ///< to delete a roster item - NotSet = 8, ///< the subscription state was not specified + Remove = 4, ///< to delete a roster item + NotSet = 8 ///< the subscription state was not specified }; QString bareJid() const; -- cgit v1.2.3