diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-03-23 12:34:43 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-03-23 12:34:43 +0000 |
| commit | 95b9b0dc6dc008c1f99d8fa11defef342c905387 (patch) | |
| tree | 05e6674a0d13568a0dc0ef93b3e9d8f5ad8ba69e /src/base/QXmppRosterIq.h | |
| parent | 7a5ec796ea663901aadf1735956b12118ea85dcc (diff) | |
| download | qxmpp-95b9b0dc6dc008c1f99d8fa11defef342c905387.tar.gz | |
add an explicit constructor for QXmppRosterIq::Item
Diffstat (limited to 'src/base/QXmppRosterIq.h')
| -rw-r--r-- | src/base/QXmppRosterIq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppRosterIq.h b/src/base/QXmppRosterIq.h index 9680a176..b43ecd44 100644 --- a/src/base/QXmppRosterIq.h +++ b/src/base/QXmppRosterIq.h @@ -58,6 +58,7 @@ public: NotSet = 8 ///< the subscription state was not specified }; + Item(); QString bareJid() const; QSet<QString> groups() const; QString name() const; |
