From 9935bb73743760a8cb3526f9c608f03c733c6191 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 17:29:52 +0200 Subject: doc fixes --- src/base/QXmppResultSet.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/base/QXmppResultSet.cpp') diff --git a/src/base/QXmppResultSet.cpp b/src/base/QXmppResultSet.cpp index 2f401803..25b1e9b6 100644 --- a/src/base/QXmppResultSet.cpp +++ b/src/base/QXmppResultSet.cpp @@ -55,11 +55,19 @@ void QXmppResultSetQuery::setMax(int max) m_max = max; } +/// Returns the index for the first element in the page. +/// +/// This is used for retrieving pages out of order. + int QXmppResultSetQuery::index() const { return m_index; } +/// Sets the index for the first element in the page. +/// +/// This is used for retrieving pages out of order. + void QXmppResultSetQuery::setIndex(int index) { m_index=index; -- cgit v1.2.3