diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-01-07 13:17:01 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-01-07 13:17:01 +0000 |
| commit | 49bedc37e84d13d1092aa3c490ef13f019545421 (patch) | |
| tree | 5b132cefde02bc79a7de221cbff860bcb223a38f /src | |
| parent | dddf7376fb308765d1dff1e41090f8262ab99bbe (diff) | |
| download | qxmpp-49bedc37e84d13d1092aa3c490ef13f019545421.tar.gz | |
fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppRosterIq.h | 4 |
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; |
