aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRosterIq.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2009-09-07 15:17:44 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2009-09-07 15:17:44 +0000
commit0b606b76e679c587fb14c2472de1b809954f29bf (patch)
treee5e62344d87a95d9fc1601bea953befe7512ca0d /source/QXmppRosterIq.h
parentda98f95e3130149725c3e96313619404dd7debd3 (diff)
downloadqxmpp-0b606b76e679c587fb14c2472de1b809954f29bf.tar.gz
XEP-0054: vcard-temp implementation and other code cleanups
Diffstat (limited to 'source/QXmppRosterIq.h')
-rw-r--r--source/QXmppRosterIq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/QXmppRosterIq.h b/source/QXmppRosterIq.h
index 22bc1354..06aec148 100644
--- a/source/QXmppRosterIq.h
+++ b/source/QXmppRosterIq.h
@@ -64,7 +64,8 @@ public:
QString m_bareJid;
SubscriptionType m_type;
QString m_name;
- QString m_subscriptionStatus; // can be subscribe/unsubscribe (attribute "ask")
+ // can be subscribe/unsubscribe (attribute "ask")
+ QString m_subscriptionStatus;
QSet<QString> m_groups;
};