diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppRoster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppRoster.h b/source/QXmppRoster.h index 110b4a0a..25e8b8df 100644 --- a/source/QXmppRoster.h +++ b/source/QXmppRoster.h @@ -70,7 +70,7 @@ public: /// An enumeration for type of subscription with the bareJid in the roster. enum SubscriptionType { - None = 0, ///< the user does not have a subscription to the + None = 1, ///< the user does not have a subscription to the ///< contact's presence information, and the contact does ///< not have a subscription to the user's presence information Both, ///< both the user and the contact have subscriptions to each |
