diff options
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; |
