aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppArchiveIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-23 09:08:25 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-23 09:08:25 +0000
commit2f255d6f898fba9a0f550982c61dfa045ca8f40c (patch)
tree3e6523a6c71375bc39088d8b976ae72d46aeb2d0 /src/QXmppArchiveIq.h
parent74859748cb4fe293fb2a41aef796e65622d9103b (diff)
downloadqxmpp-2f255d6f898fba9a0f550982c61dfa045ca8f40c.tar.gz
improve archive IQ code documentation
Diffstat (limited to 'src/QXmppArchiveIq.h')
-rw-r--r--src/QXmppArchiveIq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/QXmppArchiveIq.h b/src/QXmppArchiveIq.h
index 904e21a5..10f28609 100644
--- a/src/QXmppArchiveIq.h
+++ b/src/QXmppArchiveIq.h
@@ -143,10 +143,10 @@ public:
void setMax(int max);
QDateTime start() const;
- void setStart( const QDateTime &start );
+ void setStart(const QDateTime &start);
QString with() const;
- void setWith( const QString &with );
+ void setWith(const QString &with);
static bool isArchiveRetrieveIq(const QDomElement &element);