aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-01-07 13:17:01 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-01-07 13:17:01 +0000
commit49bedc37e84d13d1092aa3c490ef13f019545421 (patch)
tree5b132cefde02bc79a7de221cbff860bcb223a38f /src
parentdddf7376fb308765d1dff1e41090f8262ab99bbe (diff)
downloadqxmpp-49bedc37e84d13d1092aa3c490ef13f019545421.tar.gz
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/QXmppRosterIq.h4
1 files changed, 2 insertions, 2 deletions
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;