diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-15 11:58:48 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-15 11:58:48 +0200 |
| commit | cc4bd302b0a44acb9d39a71508a0c948367d3461 (patch) | |
| tree | da9369c2e19413facc557372a6a66e5570d07da5 /src/base/QXmppVCardIq.h | |
| parent | a8e6bd3e1d435038591b3a16fb31136539c5efec (diff) | |
| download | qxmpp-cc4bd302b0a44acb9d39a71508a0c948367d3461.tar.gz | |
remove trailing whitespace
Diffstat (limited to 'src/base/QXmppVCardIq.h')
| -rw-r--r-- | src/base/QXmppVCardIq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppVCardIq.h b/src/base/QXmppVCardIq.h index ba83eb7c..1c1b1063 100644 --- a/src/base/QXmppVCardIq.h +++ b/src/base/QXmppVCardIq.h @@ -216,10 +216,10 @@ public: QList<QXmppVCardAddress> addresses() const; void setAddresses(const QList<QXmppVCardAddress> &addresses); - + QList<QXmppVCardEmail> emails() const; void setEmails(const QList<QXmppVCardEmail> &emails); - + QList<QXmppVCardPhone> phones() const; void setPhones(const QList<QXmppVCardPhone> &phones); |
