From 2f255d6f898fba9a0f550982c61dfa045ca8f40c Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 23 Aug 2010 09:08:25 +0000 Subject: improve archive IQ code documentation --- src/QXmppArchiveIq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/QXmppArchiveIq.h') 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); -- cgit v1.2.3