From 8efe0c45c50274fb6e9abcd38ff9b954dc18490e Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 7 Mar 2008 16:12:48 +0000 Subject: [PATCH] add few apidox for the new requestPixmaps(requests, options) svn path=/trunk/KDE/kdegraphics/okular/; revision=783272 --- core/document.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/document.h b/core/document.h index c856718ce..110ae2d68 100644 --- a/core/document.h +++ b/core/document.h @@ -341,6 +341,10 @@ class OKULAR_EXPORT Document : public QObject /** * Sends @p requests for pixmap generation. + * + * @param reqOptions the options for the request + * + * @since 0.7 (KDE 4.1) */ void requestPixmaps( const QLinkedList &requests, PixmapRequestFlags reqOptions );